summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2015-02-08 03:01:30 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2015-02-08 03:01:30 +0000
commit8e81c4fcd4db6876ba9f4a0b2c51bc751b7e8f8e (patch)
treec552268db562bef98ffaed162d252d33019ad645 /sys/arch
parent1da554f4b407047452d2ee6b23676cf1f066eb94 (diff)
Typo "fature" -> "feature"
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/amd64/identcpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/identcpu.c b/sys/arch/amd64/amd64/identcpu.c
index 4e68ab3d59d..fd5fd9108f4 100644
--- a/sys/arch/amd64/amd64/identcpu.c
+++ b/sys/arch/amd64/amd64/identcpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: identcpu.c,v 1.58 2015/01/19 16:01:43 jsg Exp $ */
+/* $OpenBSD: identcpu.c,v 1.59 2015/02/08 03:01:29 mlarkin Exp $ */
/* $NetBSD: identcpu.c,v 1.1 2003/04/26 18:39:28 fvdl Exp $ */
/*
@@ -416,7 +416,7 @@ identifycpu(struct cpu_info *ci)
ci->ci_feature_flags |= (ci->ci_feature_eflags & CPUID_NXE);
if (ci->ci_flags & CPUF_PRIMARY)
ecpu_ecxfeature = ecx;
- /* Let cpu_fature be the common bits */
+ /* Let cpu_feature be the common bits */
cpu_feature &= ci->ci_feature_flags;
}