diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/i386/exception.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s index 6343a52..6960dc2 100644 --- a/sys/i386/i386/exception.s +++ b/sys/i386/i386/exception.s @@ -272,7 +272,7 @@ doreti_notvm86: doreti_ast: /* * Check for ASTs atomically with returning. Disabling CPU - * interrupts provides sufficient locking evein the SMP case, + * interrupts provides sufficient locking even in the SMP case, * since we will be informed of any new ASTs by an IPI. */ cli |