From 5ab591d4d9dee70aaef775c5bfbc3608b533fcb7 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 17 Nov 2005 02:32:39 +0000 Subject: [PATCH] Fix spelling mistake. Submitted by: kris --- sys/amd64/amd64/identcpu.c | 2 +- sys/i386/i386/identcpu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 2e0d17f4a36..ff56c16febe 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 39a1921b28a..e328a20a76d 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"); }