Date: Tue, 29 Jul 2014 14:54:23 +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: r269242 - head/sys/x86/x86 Message-ID: <201407291454.s6TEsNUw023196@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 &&
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407291454.s6TEsNUw023196>