diff options
author | James Hartley <james.hartley@imgtec.com> | 2014-09-18 18:59:07 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-10-29 16:48:34 +0300 |
commit | be278e980d95f52b280cefac1a98b87fa518dd29 (patch) | |
tree | b6577caf6f2ecf861d87f515bd44a98915d51768 /kernel/time | |
parent | 52b6a8f7b33435121b150984ec93ecdce28a365a (diff) | |
download | linux-be278e980d95f52b280cefac1a98b87fa518dd29.tar.xz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |