]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
MIPS: csrc-r4k: Fix spelling mistake.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 3 Nov 2008 11:31:54 +0000 (11:31 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 20 Nov 2008 19:42:33 +0000 (19:42 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/csrc-r4k.c

index 86e026f067bc566c2bbd9620763e2ab6428e836a..74fb74583b4e7e83eec6fdb7d328be7436dd4398 100644 (file)
@@ -27,7 +27,7 @@ int __init init_mips_clocksource(void)
        if (!cpu_has_counter || !mips_hpt_frequency)
                return -ENXIO;
 
-       /* Calclate a somewhat reasonable rating value */
+       /* Calculate a somewhat reasonable rating value */
        clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000;
 
        clocksource_set_clock(&clocksource_mips, mips_hpt_frequency);