mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
sched: fix kernel/acct.c comment
fix kernel/acct.c comment. noticed by Lin Tan. Comment suggested by Olaf Kirch. also see: http://bugzilla.kernel.org/show_bug.cgi?id=8220 Reported-by: tammy000@gmail.com Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
08e4570a4a
commit
bcbe4a0766
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ static u32 encode_float(u64 value)
|
|||
* The acct_process() call is the workhorse of the process
|
||||
* accounting system. The struct acct is built here and then written
|
||||
* into the accounting file. This function should only be called from
|
||||
* do_exit().
|
||||
* do_exit() or when switching to a different output file.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue