From: Andrew Morton Date: Wed, 20 Feb 2013 02:13:46 +0000 (+1100) Subject: timer_list-convert-timer-list-to-be-a-proper-seq_file-v2-fix X-Git-Tag: next-20130220~1^2~632 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=618b942a4ad6f4b6e82a9f39be0ea2666fb6716d;p=karo-tx-linux.git timer_list-convert-timer-list-to-be-a-proper-seq_file-v2-fix fix up comment Cc: Dave Jones Cc: John Stultz Cc: Nathan Zimmer Cc: Thomas Gleixner Signed-off-by: Andrew Morton --- diff --git a/kernel/time/timer_list.c b/kernel/time/timer_list.c index 1098ee4d23c8..a5f74f68b7d3 100644 --- a/kernel/time/timer_list.c +++ b/kernel/time/timer_list.c @@ -275,8 +275,8 @@ static int timer_list_show(struct seq_file *m, void *v) } /* - * This itererator really needs some explination since it is offset and has - * two passes one of which is controlled by a config option. + * This itererator really needs some explnation since it is offset and has + * two passes, one of which is controlled by a config option. * In a hotplugged system some cpus, including cpu 0, may be missing so we have * to use cpumask_* to iterate over the cpus. * For the first pass: