summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/exception.S
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-03 22:13:04 +0000
committerpfg <pfg@FreeBSD.org>2016-05-03 22:13:04 +0000
commit7f85f79ccef5a83bf3f01e7d3b70260c5d007e96 (patch)
tree3988500759061baa0bdff829a3d4109ba39f3603 /sys/amd64/amd64/exception.S
parent826c10b2f366c8c6ecf0ceec0d97d59d642e87fc (diff)
downloadFreeBSD-src-7f85f79ccef5a83bf3f01e7d3b70260c5d007e96.zip
FreeBSD-src-7f85f79ccef5a83bf3f01e7d3b70260c5d007e96.tar.gz
sys/amd64: Small spelling fixes.
No functional change.
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 fd8cdac..2c2b99b 100644
--- a/sys/amd64/amd64/exception.S
+++ b/sys/amd64/amd64/exception.S
@@ -427,7 +427,7 @@ IDTVEC(fast_syscall)
/*
* Here for CYA insurance, in case a "syscall" instruction gets
- * issued from 32 bit compatability mode. MSR_CSTAR has to point
+ * issued from 32 bit compatibility mode. MSR_CSTAR has to point
* to *something* if EFER_SCE is enabled.
*/
IDTVEC(fast_syscall32)
OpenPOWER on IntegriCloud