Commit 664c4bbb authored by Ralf Baechle's avatar Ralf Baechle

MIPS: csrc-r4k: Fix spelling mistake.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 2e373952
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment