arch/h8300/: Spelling fixes
authorJoe Perches <joe@perches.com>
Sun, 3 Feb 2008 14:52:33 +0000 (16:52 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sun, 3 Feb 2008 14:52:33 +0000 (16:52 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
arch/h8300/platform/h8s/ints.c

index 551fd5f..ac10b97 100644 (file)
@@ -121,7 +121,7 @@ void __init init_IRQ(void)
                printk("virtual vector at 0x%08lx\n",(unsigned long)ramvec);
 
 #if defined(CONFIG_GDB_DEBUG)
-       /* save orignal break vector */
+       /* save original break vector */
        break_vec = ramvec[TRAP3_VEC];
 #else
        break_vec = VECTOR(trace_break);