summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2015-10-14 20:32:56 +0200
committerTorbjorn Granlund <torbjorng@google.com>2015-10-14 20:32:56 +0200
commit82a8e3c038a973843932998f579cfe28093683ec (patch)
tree4ef9c2b1db0e406986f4ffc9a05daa3a913dc238 /config.guess
parent319476cbde89c88b7be292fe55d5fd141760f384 (diff)
downloadgmp-82a8e3c038a973843932998f579cfe28093683ec.tar.gz
Fix a comment typo.
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