From: Andrew Morton Date: Wed, 20 Feb 2013 02:13:49 +0000 (+1100) Subject: sched-proc-sched_stat-fails-on-very-very-large-machines-v2-fix X-Git-Tag: next-20130220~1^2~621 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e21088d7ab44911d2c77a2846a7bc2bd9222e81d;p=karo-tx-linux.git sched-proc-sched_stat-fails-on-very-very-large-machines-v2-fix fix spello in comment Cc: Dave Jones Cc: Ingo Molnar Cc: Nathan Zimmer Cc: Peter Zijlstra Signed-off-by: Andrew Morton --- diff --git a/kernel/sched/stats.c b/kernel/sched/stats.c index 80226cc1798c..fd65d76d5fb8 100644 --- a/kernel/sched/stats.c +++ b/kernel/sched/stats.c @@ -82,7 +82,7 @@ static int show_schedstat(struct seq_file *seq, void *v) } /* - * This itererator needs some explination. + * This itererator needs some explanation. * It returns 1 for the header position. * This means 2 is cpu 0. * In a hotplugged system some cpus, including cpu 0, may be missing so we have