MIPS: csrc-r4k: Fix spelling mistake.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -1
+1 -1
arch/mips/kernel/csrc-r4k.c
··· 27 if (!cpu_has_counter || !mips_hpt_frequency) 28 return -ENXIO; 29 30 - /* Calclate a somewhat reasonable rating value */ 31 clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000; 32 33 clocksource_set_clock(&clocksource_mips, mips_hpt_frequency);
··· 27 if (!cpu_has_counter || !mips_hpt_frequency) 28 return -ENXIO; 29 30 + /* Calculate a somewhat reasonable rating value */ 31 clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000; 32 33 clocksource_set_clock(&clocksource_mips, mips_hpt_frequency);