summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-05-06 02:51:44 +0200
committerKevin Ryde <user42@zip.com.au>2004-05-06 02:51:44 +0200
commita58bb06a0c53e5efda374f0e1197dc7668fcda44 (patch)
treed4aaf734eea339c3200389202704c87cbb90bc3a /acinclude.m4
parent42d619cbaaf2172b84cf37c6db8c986a9b9f43af (diff)
downloadgmp-a58bb06a0c53e5efda374f0e1197dc7668fcda44.tar.gz
Fix a bit of a grammatical typo in GMP_OS_X86_XMM comments.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 641f590c6..fe69c6dae 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1167,8 +1167,8 @@ dnl In the test program, .text and .globl are hard coded because this macro
dnl is wanted before GMP_ASM_TEXT and GMP_ASM_GLOBL are run. A .byte
dnl sequence is used (for xorps %xmm0, %xmm0) to make us independent of
dnl tests for whether the assembler supports sse2/xmm. Obviously we need
-dnl both assembler and OS support, but no need for force the order in which
-dnl we test.
+dnl both assembler and OS support, but this means we don't force the order
+dnl in which we test.
dnl
dnl FIXME: Maybe we should use $CCAS to assemble, if it's set. (Would
dnl still want $CC/$CFLAGS for the link.) But this test is used before