From: Ralf Baechle Date: Mon, 3 Nov 2008 11:31:54 +0000 (+0000) Subject: MIPS: csrc-r4k: Fix spelling mistake. X-Git-Tag: v2.6.28-rc6~6^2~1 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?p=linux-2.6-omap-h63xx.git;a=commitdiff_plain;h=664c4bbb73ec53e4f81f7d80a09571b49bad1f96 MIPS: csrc-r4k: Fix spelling mistake. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/csrc-r4k.c b/arch/mips/kernel/csrc-r4k.c index 86e026f067b..74fb74583b4 100644 --- a/arch/mips/kernel/csrc-r4k.c +++ b/arch/mips/kernel/csrc-r4k.c @@ -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);