[PATCH 415] M68k core spelling

From: Geert Uytterhoeven
Date: Fri Feb 20 2004 - 08:02:27 EST


M68k core spelling fix (from Michael Hayes)

--- linux-2.6.3/arch/m68k/kernel/traps.c 2004-02-08 21:52:17.000000000 +0100
+++ linux-m68k-2.6.3/arch/m68k/kernel/traps.c 2004-02-11 12:13:48.000000000 +0100
@@ -646,7 +646,7 @@
if (do_page_fault (&fp->ptregs, addr, errorcode) < 0)
return;
} else if (!(mmusr & MMU_I)) {
- /* propably a 020 cas fault */
+ /* probably a 020 cas fault */
if (!(ssw & RM))
printk("unexpected bus error (%#x,%#x)\n", ssw, mmusr);
} else if (mmusr & (MMU_B|MMU_L|MMU_S)) {

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/