Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2014 13:26:25 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r269239 - head/sys/x86/x86
Message-ID:  <201407291326.s6TDQP9N076501@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
 	 */



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