Space mismatch - typo in r236962.

Found by:	Dima Panov
Approved by:	jhb (mentor)
MFC after:	2 weeks
This commit is contained in:
Pedro F. Giffuni 2012-06-12 16:07:03 +00:00
parent 5d75780525
commit d3d19ef9c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236964

View File

@ -1216,7 +1216,7 @@ i[34567]86-*-solaris2*)
;;
*)
echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2
echo "generic core2 nocona x86-64amd fam10 barcelona k8 opteron athlon64 athlon-fx" 1>&2
echo "generic core2 nocona x86-64 amdfam10 barcelona k8 opteron athlon64 athlon-fx" 1>&2
exit 1
;;
esac