summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_acct.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-02-02 20:14:52 +0000
committerjhb <jhb@FreeBSD.org>2006-02-02 20:14:52 +0000
commit54a2341f2235efb8cca796b8191e5ba28f7614e5 (patch)
tree62ad6a63d164ed6b638d8d6e8e1a497039793b07 /sys/kern/kern_acct.c
parent5025ffa6d7b9fd52c83ce82c2301f94b93127a49 (diff)
downloadFreeBSD-src-54a2341f2235efb8cca796b8191e5ba28f7614e5.zip
FreeBSD-src-54a2341f2235efb8cca796b8191e5ba28f7614e5.tar.gz
Whitespace fix.
Submitted by: Wojciech A. Koszek <dunstan at zsno ids czest pl>
Diffstat (limited to 'sys/kern/kern_acct.c')
-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 43446b9..ff3d474 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) {
OpenPOWER on IntegriCloud