Date: Mon, 7 Dec 2015 18:39:38 +0000 (UTC) From: Christian Brueffer <brueffer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291950 - head/share/examples/etc Message-ID: <201512071839.tB7IdcUD039992@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512071839.tB7IdcUD039992>