From 63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Mon, 22 Jul 2013 00:39:44 +0200 Subject: Fix typos. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index 225afe20d..e95c376cc 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1831,7 +1831,7 @@ AC_CACHE_CHECK([if the .align directive accepts an 0x90 fill in .text], .byte 0 .align 4, 0x90], [if grep "Warning: Fill parameter ignored for executable section" conftest.out >/dev/null; then - echo "Supressing this warning by omitting 0x90" 1>&AC_FD_CC + echo "Suppressing this warning by omitting 0x90" 1>&AC_FD_CC gmp_cv_asm_align_fill_0x90=no else gmp_cv_asm_align_fill_0x90=yes -- cgit v1.2.1