summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-08-12 20:20:23 +0000
committerjhb <jhb@FreeBSD.org>2003-08-12 20:20:23 +0000
commit510f319f5a17fb651ace6a81163ffafcdba4bdc5 (patch)
tree668e8dd94319fdb750c6af6d9dbbf04eeb2d9261 /sys
parentb3d1d99c57ca48f068f03fbd337533cfc4180894 (diff)
downloadFreeBSD-src-510f319f5a17fb651ace6a81163ffafcdba4bdc5.zip
FreeBSD-src-510f319f5a17fb651ace6a81163ffafcdba4bdc5.tar.gz
Fixup comment.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/exception.s2
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
OpenPOWER on IntegriCloud