mips: Fix printk typos in arc/mips

Correct spelling "platfom" to "platform", "deactived" to "deactivated"
and "deprectated" to "deprecated" in arch/mips directory.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Masanari Iida
2012-02-23 23:42:19 +09:00
committed by Jiri Kosina
parent 5edfe7d841
commit 6997991ab0
6 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ static void __init sni_pcimt_sc_init(void)
scsiz = cacheconf & 7;
if (scsiz == 0) {
printk("Second level cache is deactived.\n");
printk("Second level cache is deactivated.\n");
return;
}
if (scsiz >= 6) {