summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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