diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 09:53:47 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 09:53:47 -0500 |
commit | ec9674e7e5ff7871a971a85436f2e26f6c893c52 (patch) | |
tree | d23b31bba34e521d6be272b5a192b3452d85357e /arch/m32r | |
parent | 77bef30f902d36ffaab415f8fd289aea5d63b047 (diff) |
arch/m32r/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'arch/m32r')
-rw-r--r-- | arch/m32r/kernel/ptrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/kernel/ptrace.c b/arch/m32r/kernel/ptrace.c index ed4d0756c5db..9aa615d3a5b2 100644 --- a/arch/m32r/kernel/ptrace.c +++ b/arch/m32r/kernel/ptrace.c | |||
@@ -476,7 +476,7 @@ unregister_debug_trap(struct task_struct *child, unsigned long addr, | |||
476 | return 0; | 476 | return 0; |
477 | } | 477 | } |
478 | 478 | ||
479 | /* Recover orignal instruction code. */ | 479 | /* Recover original instruction code. */ |
480 | *code = p->insn[i]; | 480 | *code = p->insn[i]; |
481 | 481 | ||
482 | /* Shift debug trap entries. */ | 482 | /* Shift debug trap entries. */ |