From: Ingo Molnar Date: Mon, 26 Nov 2007 20:21:49 +0000 (+0100) Subject: sched: fix kernel/acct.c comment X-Git-Tag: upstream/snapshot3+hdmi~28948^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bcbe4a076609e15ea84cbebd9cd8f317ed70ce92;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 --- diff --git a/kernel/acct.c b/kernel/acct.c index fce53d8..cf19547 100644 --- a/kernel/acct.c +++ b/kernel/acct.c @@ -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. */ /*