summaryrefslogtreecommitdiffstats
path: root/kernel/time
diff options
context:
space:
mode:
authorJames Hartley <james.hartley@imgtec.com>2014-09-18 15:59:07 +0100
committerJiri Kosina <jkosina@suse.cz>2014-10-29 14:48:34 +0100
commitbe278e980d95f52b280cefac1a98b87fa518dd29 (patch)
treeb6577caf6f2ecf861d87f515bd44a98915d51768 /kernel/time
parent52b6a8f7b33435121b150984ec93ecdce28a365a (diff)
downloadop-kernel-dev-be278e980d95f52b280cefac1a98b87fa518dd29.zip
op-kernel-dev-be278e980d95f52b280cefac1a98b87fa518dd29.tar.gz
clocksource: Fix 'clcoksource' typo in comment
Simple typo in a comment, so fix it. Signed-off-by: James Hartley <james.hartley@imgtec.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel/time')
-rw-r--r--kernel/time/clocksource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c
index 2e949cc..b79f39b 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);
OpenPOWER on IntegriCloud