diff options
-rw-r--r-- | kernel/acct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/acct.c b/kernel/acct.c index fce53d8df8a7..cf19547cc9e4 100644 --- a/kernel/acct.c +++ b/kernel/acct.c | |||
@@ -413,7 +413,7 @@ static u32 encode_float(u64 value) | |||
413 | * The acct_process() call is the workhorse of the process | 413 | * The acct_process() call is the workhorse of the process |
414 | * accounting system. The struct acct is built here and then written | 414 | * accounting system. The struct acct is built here and then written |
415 | * into the accounting file. This function should only be called from | 415 | * into the accounting file. This function should only be called from |
416 | * do_exit(). | 416 | * do_exit() or when switching to a different output file. |
417 | */ | 417 | */ |
418 | 418 | ||
419 | /* | 419 | /* |