diff options
author | jhb <jhb@FreeBSD.org> | 2003-08-12 20:20:23 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-08-12 20:20:23 +0000 |
commit | 510f319f5a17fb651ace6a81163ffafcdba4bdc5 (patch) | |
tree | 668e8dd94319fdb750c6af6d9dbbf04eeb2d9261 /sys/i386 | |
parent | b3d1d99c57ca48f068f03fbd337533cfc4180894 (diff) | |
download | FreeBSD-src-510f319f5a17fb651ace6a81163ffafcdba4bdc5.zip FreeBSD-src-510f319f5a17fb651ace6a81163ffafcdba4bdc5.tar.gz |
Fixup comment.
Diffstat (limited to 'sys/i386')
-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 |