]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/time/clocksource.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[karo-tx-linux.git] / kernel / time / clocksource.c
index df140cd3ea473f36f8b7fc293ac5b79a916614f2..c50a034de30f0b748a32a68fab2d776bc241cd26 100644 (file)
@@ -679,7 +679,7 @@ EXPORT_SYMBOL_GPL(__clocksource_updatefreq_scale);
 int __clocksource_register_scale(struct clocksource *cs, u32 scale, u32 freq)
 {
 
-       /* Intialize mult/shift and max_idle_ns */
+       /* Initialize mult/shift and max_idle_ns */
        __clocksource_updatefreq_scale(cs, scale, freq);
 
        /* Add clocksource to the clcoksource list */