Commit 93d11872 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] m68k: M68k core spelling

From: Geert Uytterhoeven <geert@linux-m68k.org>

M68k core spelling fix (from Michael Hayes)
parent cb74ba0d
......@@ -646,7 +646,7 @@ static inline void bus_error030 (struct frame *fp)
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)) {
......
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