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

Marius Strobl marius at FreeBSD.org
Tue Jul 29 13:26:25 UTC 2014


Author: marius
Date: Tue Jul 29 13:26:24 2014
New Revision: 269239
URL: http://svnweb.freebsd.org/changeset/base/269239

Log:
  Fix comment typo in r269052.
  
  Submitted by:	Daniel O'Connor

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

Modified: head/sys/x86/x86/mca.c
==============================================================================
--- head/sys/x86/x86/mca.c	Tue Jul 29 13:11:37 2014	(r269238)
+++ head/sys/x86/x86/mca.c	Tue Jul 29 13:26:24 2014	(r269239)
@@ -253,7 +253,7 @@ mca_mute(const struct mca_record *rec)
 	/*
 	 * Skip spurious corrected parity errors generated by desktop Haswell
 	 * (see HSD131 erratum) unless reporting is enabled.
-	 * Note that these errors also have been observed with DO-stepping,
+	 * Note that these errors also have been observed with D0-stepping,
 	 * while the revision 014 desktop Haswell specification update only
 	 * talks about CO-stepping.
 	 */


More information about the svn-src-head mailing list