From 6ca846df9f76c74abb7386a20e6085130e9c6b90 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 7 Feb 2013 12:25:58 +1100 Subject: [PATCH] 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 --- kernel/time/timer_list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.5