summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-11-17 02:32:39 +0000
committerobrien <obrien@FreeBSD.org>2005-11-17 02:32:39 +0000
commit41744eae0f89fe958fbd343757f3af63bc295a79 (patch)
treeeb2896adc641a7f387298f040e864e81a2add483 /sys
parentc2a2c2b30d6ebabb2d16b7ea9fdf49753ebc42a7 (diff)
downloadFreeBSD-src-41744eae0f89fe958fbd343757f3af63bc295a79.zip
FreeBSD-src-41744eae0f89fe958fbd343757f3af63bc295a79.tar.gz
Fix spelling mistake.
Submitted by: kris
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/identcpu.c2
-rw-r--r--sys/i386/i386/identcpu.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index 2e0d17f..ff56c16 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -339,7 +339,7 @@ printcpuinfo(void)
cpu_feature &= ~CPUID_HTT;
if (bootverbose)
printf("\nHTT bit cleared - FreeBSD"
- " does not have licenseing issues"
+ " does not have licensing issues"
" requiring it.\n");
}
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index 39a1921..e328a20 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -829,7 +829,7 @@ printcpuinfo(void)
cpu_feature &= ~CPUID_HTT;
if (bootverbose)
printf("\nHTT bit cleared - FreeBSD"
- " does not have licenseing issues"
+ " does not have licensing issues"
" requiring it.\n");
}
OpenPOWER on IntegriCloud