Commit 6560ca12 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] trivial exception typo fix in m68k

parent 558b53a4
...@@ -243,7 +243,7 @@ csum_partial_copy_from_user(const char *src, char *dst, int len, ...@@ -243,7 +243,7 @@ csum_partial_copy_from_user(const char *src, char *dst, int len,
"8:\n" "8:\n"
".section .fixup,\"ax\"\n" ".section .fixup,\"ax\"\n"
".even\n" ".even\n"
/* If any execption occurs zero out the rest. /* If any exception occurs zero out the rest.
Similarities with the code above are intentional :-) */ Similarities with the code above are intentional :-) */
"90:\t" "90:\t"
"clrw %3@+\n\t" "clrw %3@+\n\t"
......
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