diff options
Diffstat (limited to 'include/asm-cris/processor.h')
| -rw-r--r-- | include/asm-cris/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-cris/processor.h b/include/asm-cris/processor.h index 01deef34990e..61c75282ac43 100644 --- a/include/asm-cris/processor.h +++ b/include/asm-cris/processor.h @@ -65,7 +65,7 @@ struct thread_struct { /* * At user->kernel entry, the pt_regs struct is stacked on the top of the kernel-stack. * This macro allows us to find those regs for a task. - * Notice that subsequent pt_regs stackings, like recursive interrupts occuring while + * Notice that subsequent pt_regs stackings, like recursive interrupts occurring while * we're in the kernel, won't affect this - only the first user->kernel transition * registers are reached by this. */ |
