summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 3e20d0de5..b9d0c5894 100755
--- a/config.guess
+++ b/config.guess
@@ -932,7 +932,7 @@ main ()
/* If our cpuid-based CPU identification thinks this is a 32-bit CPU but
cpuid claims AMD64 capabilities, then revert to the generic "x86_64".
This is of course wrong, but it can happen in some virtualisers and
- emulators, so this workaround allows for successful 64-bit builds. */
+ emulators, and this workaround allows for successful 64-bit builds. */
modelstr = "x86_64";
else if (cpu_avx && ! (cpuid_avx && cpuid_osxsave))
/* For CPUs nominally capable of executing AVX, append "noavx" when not