diff options
author | Joe Perches <joe@perches.com> | 2008-01-30 07:31:42 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:31:42 -0500 |
commit | ab4a574ef23cfa801a5078f7d7c2f2b76ecd6d91 (patch) | |
tree | 2e8e1b401f5ef21e18bcc6fdb53408c3aa669a03 /arch/x86/kernel/vm86_32.c | |
parent | 85f2adf16955460c98131360f3d76aeb51aba073 (diff) |
arch/x86/: spelling fixes
Spelling fixes.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/vm86_32.c')
-rw-r--r-- | arch/x86/kernel/vm86_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/vm86_32.c b/arch/x86/kernel/vm86_32.c index c9f67effbc42..738c2104df30 100644 --- a/arch/x86/kernel/vm86_32.c +++ b/arch/x86/kernel/vm86_32.c | |||
@@ -384,7 +384,7 @@ static inline void clear_AC(struct kernel_vm86_regs * regs) | |||
384 | * functions. However someone forgot to call clear_IF(regs) | 384 | * functions. However someone forgot to call clear_IF(regs) |
385 | * in the opposite case. | 385 | * in the opposite case. |
386 | * After the command sequence CLI PUSHF STI POPF you should | 386 | * After the command sequence CLI PUSHF STI POPF you should |
387 | * end up with interrups disabled, but you ended up with | 387 | * end up with interrupts disabled, but you ended up with |
388 | * interrupts enabled. | 388 | * interrupts enabled. |
389 | * ( I was testing my own changes, but the only bug I | 389 | * ( I was testing my own changes, but the only bug I |
390 | * could find was in a function I had not changed. ) | 390 | * could find was in a function I had not changed. ) |