aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/exception.S
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-09-22 22:54:14 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-09-22 22:54:14 +0000
commite63f19e1509091308320cc4148b5c699b81e0ef7 (patch)
treec5dc4db78dd57ce828045066c0f7ae7e2d34f244 /sys/amd64/amd64/exception.S
parent74a99ec4fe7434a7e0900b2b90cb339d8937888d (diff)
downloadsrc-e63f19e1509091308320cc4148b5c699b81e0ef7.tar.gz
src-e63f19e1509091308320cc4148b5c699b81e0ef7.zip
MFi386 rev 1.105 by jhb: fix comment typo
Notes
Notes: svn path=/head/; revision=120354
Diffstat (limited to 'sys/amd64/amd64/exception.S')
-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 19285e1783d5..0a8cac23d2c9 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