diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2006-02-02 20:14:52 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2006-02-02 20:14:52 +0000 |
| commit | f6b457923db3ccfbf22a4857534d15cf01583739 (patch) | |
| tree | 62ad6a63d164ed6b638d8d6e8e1a497039793b07 /sys | |
| parent | 19cf04981affe4b939978f0155ff276b3b205f29 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/kern_acct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_acct.c b/sys/kern/kern_acct.c index 43446b944889..ff3d47456b9f 100644 --- a/sys/kern/kern_acct.c +++ b/sys/kern/kern_acct.c @@ -143,7 +143,7 @@ acct(struct thread *td, struct acct_args *uap) * appending and make sure it's a 'normal'. While we could * conditionally acquire Giant here, we're actually interacting with * vnodes from possibly two file systems, making the logic a bit - * complicated. For now, use Giant unconditionally. + * complicated. For now, use Giant unconditionally. */ mtx_lock(&Giant); if (uap->path != NULL) { |
