Commit be278e980d95f52b280cefac1a98b87fa518dd29

Authored by James Hartley
Committed by Jiri Kosina
1 parent 52b6a8f7b3

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

kernel/time/clocksource.c
... ... @@ -792,7 +792,7 @@
792 792 /* Initialize mult/shift and max_idle_ns */
793 793 __clocksource_updatefreq_scale(cs, scale, freq);
794 794  
795   - /* Add clocksource to the clcoksource list */
  795 + /* Add clocksource to the clocksource list */
796 796 mutex_lock(&clocksource_mutex);
797 797 clocksource_enqueue(cs);
798 798 clocksource_enqueue_watchdog(cs);