Commit 77bef30f authored by Joe Perches's avatar Joe Perches Committed by Adrian Bunk

arch/h8300/: Spelling fixes

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 84c07923
...@@ -121,7 +121,7 @@ void __init init_IRQ(void) ...@@ -121,7 +121,7 @@ void __init init_IRQ(void)
printk("virtual vector at 0x%08lx\n",(unsigned long)ramvec); printk("virtual vector at 0x%08lx\n",(unsigned long)ramvec);
#if defined(CONFIG_GDB_DEBUG) #if defined(CONFIG_GDB_DEBUG)
/* save orignal break vector */ /* save original break vector */
break_vec = ramvec[TRAP3_VEC]; break_vec = ramvec[TRAP3_VEC];
#else #else
break_vec = VECTOR(trace_break); break_vec = VECTOR(trace_break);
......
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