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
- Lines: 18
- Date:
2003-06-13 07:51:31.000000000 -0700
- Orig file:
linux-2.4.20/arch/m68k/kernel/traps.c
- Orig date:
2002-11-28 15:53:09.000000000 -0800
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)