summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-09-22 22:54:14 +0000
committerpeter <peter@FreeBSD.org>2003-09-22 22:54:14 +0000
commit8e309595b17be145649211aa7c810f8c63d1df47 (patch)
treec5dc4db78dd57ce828045066c0f7ae7e2d34f244 /sys
parentaf6924fc7737d9198684bcb6018d81c3f674bd0e (diff)
downloadFreeBSD-src-8e309595b17be145649211aa7c810f8c63d1df47.zip
FreeBSD-src-8e309595b17be145649211aa7c810f8c63d1df47.tar.gz
MFi386 rev 1.105 by jhb: fix comment typo
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/exception.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S
index 19285e1..0a8cac2 100644
--- a/sys/amd64/amd64/exception.S
+++ b/sys/amd64/amd64/exception.S
@@ -332,7 +332,7 @@ doreti:
doreti_ast:
/*
* Check for ASTs atomically with returning. Disabling CPU
- * interrupts provides sufficient locking evein the SMP case,
+ * interrupts provides sufficient locking eve in the SMP case,
* since we will be informed of any new ASTs by an IPI.
*/
cli
OpenPOWER on IntegriCloud