Skip to content

Commit

Permalink
clocksource: Fix 'clcoksource' typo in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James Hartley authored and Jiri Kosina committed Oct 29, 2014
1 parent 52b6a8f commit be278e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/time/clocksource.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit be278e9

Please sign in to comment.