svn commit: r269242 - head/sys/x86/x86

Marius Strobl marius at FreeBSD.org
Tue Jul 29 14:54:23 UTC 2014


Author: marius
Date: Tue Jul 29 14:54:23 2014
New Revision: 269242
URL: http://svnweb.freebsd.org/changeset/base/269242

Log:
  Fix yet another comment typo in r269052.

Modified:
  head/sys/x86/x86/mca.c

Modified: head/sys/x86/x86/mca.c
==============================================================================
--- head/sys/x86/x86/mca.c	Tue Jul 29 14:41:28 2014	(r269241)
+++ head/sys/x86/x86/mca.c	Tue Jul 29 14:54:23 2014	(r269242)
@@ -255,7 +255,7 @@ mca_mute(const struct mca_record *rec)
 	 * (see HSD131 erratum) unless reporting is enabled.
 	 * Note that these errors also have been observed with D0-stepping,
 	 * while the revision 014 desktop Haswell specification update only
-	 * talks about CO-stepping.
+	 * talks about C0-stepping.
 	 */
 	if (rec->mr_cpu_vendor_id == CPU_VENDOR_INTEL &&
 	    rec->mr_cpu_id == 0x306c3 && rec->mr_bank == 0 &&


More information about the svn-src-head mailing list