From: James Hartley Date: Thu, 18 Sep 2014 14:59:07 +0000 (+0100) Subject: clocksource: Fix 'clcoksource' typo in comment X-Git-Tag: v3.19-rc1~106^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=be278e980d95f52b280cefac1a98b87fa518dd29;p=karo-tx-linux.git clocksource: Fix 'clcoksource' typo in comment Simple typo in a comment, so fix it. Signed-off-by: James Hartley Signed-off-by: Jiri Kosina --- diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c index 2e949cc9c9f1..b79f39bda7e1 100644 --- a/kernel/time/clocksource.c +++ b/kernel/time/clocksource.c @@ -792,7 +792,7 @@ int __clocksource_register_scale(struct clocksource *cs, u32 scale, u32 freq) /* Initialize mult/shift and max_idle_ns */ __clocksource_updatefreq_scale(cs, scale, freq); - /* Add clocksource to the clcoksource list */ + /* Add clocksource to the clocksource list */ mutex_lock(&clocksource_mutex); clocksource_enqueue(cs); clocksource_enqueue_watchdog(cs);