summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorcjc <cjc@FreeBSD.org>2002-02-20 14:15:58 +0000
committercjc <cjc@FreeBSD.org>2002-02-20 14:15:58 +0000
commit6374dfe01ce1f99c0ab4620dddd6988c4ebac1c0 (patch)
tree7e2efdbfe5c8398b7ed14cce75f42fec53b5fe13 /sys
parent5eebfcea9b91d92ee8dfb13175e8df4db32ba2bf (diff)
downloadFreeBSD-src-6374dfe01ce1f99c0ab4620dddd6988c4ebac1c0.zip
FreeBSD-src-6374dfe01ce1f99c0ab4620dddd6988c4ebac1c0.tar.gz
Fix typos in some comments.
PR: i386/35114 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/identcpu.c4
-rw-r--r--sys/i386/i386/identcpu.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index b47c5ad..156d2c0 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<b31>"
);
@@ -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 b47c5ad..156d2c0 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<b31>"
);
@@ -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().
*/
OpenPOWER on IntegriCloud