patch-2.4.21 linux-2.4.21/arch/m68k/kernel/traps.c

Next file: linux-2.4.21/arch/m68k/mac/baboon.c
Previous file: linux-2.4.21/arch/m68k/kernel/time.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/m68k/kernel/traps.c linux-2.4.21/arch/m68k/kernel/traps.c
@@ -302,7 +302,7 @@
 	return res;
 }
 
-/* after an exception in a writeback the stack frame coresponding
+/* after an exception in a writeback the stack frame corresponding
  * to that exception is discarded, set a few bits in the old frame 
  * to simulate what it should look like
  */
@@ -332,7 +332,7 @@
 			fp->un.fmt7.wb2s = 0;
 	}
 
-	/* do the 2nd wb only if the first one was succesful (except for a kernel wb) */
+	/* do the 2nd wb only if the first one was successful (except for a kernel wb) */
 	if (fp->un.fmt7.wb3s & WBV_040 && (!res || fp->un.fmt7.wb3s & 4)) {
 		res = do_040writeback1(fp->un.fmt7.wb3s, fp->un.fmt7.wb3a,
 				       fp->un.fmt7.wb3d);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)