From ab308b1f247cbf559b51ce9e4c70fb28e2118aa1 Mon Sep 17 00:00:00 2001 From: "Crist J. Clark" Date: Wed, 20 Feb 2002 14:15:58 +0000 Subject: [PATCH] Fix typos in some comments. PR: i386/35114 Submitted by: Gavin Atkinson --- sys/amd64/amd64/identcpu.c | 4 ++-- sys/i386/i386/identcpu.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index b47c5ad0421b..156d2c0382d9 100644 --- a/sys/amd64/amd64/identcpu.c +++ b/sys/amd64/amd64/identcpu.c @@ -592,7 +592,7 @@ printcpuinfo(void) "\033SSE2" /* Streaming SIMD Extensions #2 */ "\034SS" /* Self snoop */ "\035HTT" /* Hyperthreading (see EBX bit 16-23) */ - "\036TM" /* Thermal Monintor clock slowdown */ + "\036TM" /* Thermal Monitor clock slowdown */ "\037IA64" /* CPU can execute IA64 instructions */ "\040" ); @@ -735,7 +735,7 @@ identblue(void) setidt(6, bluetrap6, SDT_SYS386TGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); /* - * Certain BIOS disables cpuid instructnion of Cyrix 6x86MX CPU. + * Certain BIOS disables cpuid instruction of Cyrix 6x86MX CPU. * In this case, rdmsr generates general protection fault, and * exception will be trapped by bluetrap13(). */ diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index b47c5ad0421b..156d2c0382d9 100644 --- a/sys/i386/i386/identcpu.c +++ b/sys/i386/i386/identcpu.c @@ -592,7 +592,7 @@ printcpuinfo(void) "\033SSE2" /* Streaming SIMD Extensions #2 */ "\034SS" /* Self snoop */ "\035HTT" /* Hyperthreading (see EBX bit 16-23) */ - "\036TM" /* Thermal Monintor clock slowdown */ + "\036TM" /* Thermal Monitor clock slowdown */ "\037IA64" /* CPU can execute IA64 instructions */ "\040" ); @@ -735,7 +735,7 @@ identblue(void) setidt(6, bluetrap6, SDT_SYS386TGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); /* - * Certain BIOS disables cpuid instructnion of Cyrix 6x86MX CPU. + * Certain BIOS disables cpuid instruction of Cyrix 6x86MX CPU. * In this case, rdmsr generates general protection fault, and * exception will be trapped by bluetrap13(). */