Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be278e98 authored by James Hartley's avatar James Hartley Committed by Jiri Kosina
Browse files

clocksource: Fix 'clcoksource' typo in comment



Simple typo in a comment, so fix it.

Signed-off-by: default avatarJames Hartley <james.hartley@imgtec.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 52b6a8f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);