aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-02-02 20:14:52 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-02-02 20:14:52 +0000
commitf6b457923db3ccfbf22a4857534d15cf01583739 (patch)
tree62ad6a63d164ed6b638d8d6e8e1a497039793b07 /sys
parent19cf04981affe4b939978f0155ff276b3b205f29 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_acct.c2
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) {