summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-02-07 12:25:58 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-02-14 15:25:01 +1100
commit5a5b89dbe2f6fe48451d30ecdc9c871d70c1d489 (patch)
tree54977a9b103d45862ce7801f50c113f47f1b71e3 /kernel
parent2f5fa6eac00823fc80f75366ebe8f043b32e96bd (diff)
timer_list-convert-timer-list-to-be-a-proper-seq_file-v2-fix
fix up comment Cc: Dave Jones <davej@redhat.com> Cc: John Stultz <johnstul@us.ibm.com> Cc: Nathan Zimmer <nzimmer@sgi.com> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/time/timer_list.c4
1 files 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: