aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/locore.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s
index 24c583dec554..6dffc4f97fdd 100644
--- a/sys/i386/i386/locore.s
+++ b/sys/i386/i386/locore.s
@@ -340,7 +340,7 @@ ENTRY(identify_cpu)
testl %eax,%eax
jnz try486
- /* NexGen CPU does not have aligment check flag. */
+ /* NexGen CPU does not have alignment check flag. */
pushfl
movl $0x5555, %eax
xorl %edx, %edx