diff options
| author | Ingo Molnar <mingo@elte.hu> | 2007-11-26 15:21:49 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2007-11-26 15:21:49 -0500 |
| commit | bcbe4a076609e15ea84cbebd9cd8f317ed70ce92 (patch) | |
| tree | 6d495f163169c5b95d05b44e012a0d18a326dd0d /kernel | |
| parent | 08e4570a4a393bcc241f78dfc444cb0b07995fc0 (diff) | |
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>
Diffstat (limited to 'kernel')
| -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 fce53d8df8..cf19547cc9 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 | /* |
