svn commit: r291950 - head/share/examples/etc
Christian Brueffer
brueffer at FreeBSD.org
Mon Dec 7 18:39:39 UTC 2015
Author: brueffer
Date: Mon Dec 7 18:39:38 2015
New Revision: 291950
URL: https://svnweb.freebsd.org/changeset/base/291950
Log:
Fix a typo in the CPUTYPE list.
PR: 205099
Submitted by: xxjack12xx at gmail.com
MFC after: 1 week
Modified:
head/share/examples/etc/make.conf
Modified: head/share/examples/etc/make.conf
==============================================================================
--- head/share/examples/etc/make.conf Mon Dec 7 17:41:20 2015 (r291949)
+++ head/share/examples/etc/make.conf Mon Dec 7 18:39:38 2015 (r291950)
@@ -32,7 +32,7 @@
# Intel x86 architecture:
# (AMD CPUs) amdfam10, opteron-sse3, athlon64-sse3, k8-sse3,
# opteron, athlon64, athlon-fx, k8, athlon-mp,
-# athlen-xp, athlon-4, athlon-tbird, athlon, k7,
+# athlon-xp, athlon-4, athlon-tbird, athlon, k7,
# geode, k6-3, k6-2, k6
# (Intel CPUs) core2, core, nocona, pentium4m, pentium4, prescott,
# pentium3m, pentium3, pentium-m, pentium2,
More information about the svn-src-head
mailing list