Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2002 13:51:59 GMT
From:      Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   i386/35114: Spelling mistakes in comments in i386/identcpu.c
Message-ID:  <200202191351.g1JDpxJ00735@avcpc2.york.ac.uk>

next in thread | raw e-mail | index | archive | help

>Number:         35114
>Category:       i386
>Synopsis:       Spelling mistakes in comments in i386/identcpu.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 19 06:00:05 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Gavin Atkinson
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
none
>Environment:
System: FreeBSD epsilon.ury.york.ac.uk 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Wed Feb 13 10:15:50 GMT 2002 root@epsilon.ury.york.ac.uk:/usr/obj/usr/src/sys/EPSILON i386
>Description:
	Two spelling mistakes exist in comments in src/i386/i386/identcpu.c
>How-To-Repeat:
	n/a
>Fix:

Patch is against -CURRENT source.

--- /5.0/usr/src/sys/i386/i386/identcpu.c	Tue Feb 12 21:06:43 2002
+++ identcpu.c	Tue Feb 19 10:05:50 2002
@@ -592,7 +592,7 @@
 			"\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 @@
 	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().
 	 */
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202191351.g1JDpxJ00735>