From 8d99d5d1fcbfa32e16a8d90ecb3ba8ee649679d5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 17 Sep 2017 12:09:34 -0700 Subject: [PATCH] m4/manywarnings.m4: fix comment typo: s/reqirs/requires/ --- m4/manywarnings.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/manywarnings.m4 b/m4/manywarnings.m4 index 604573ad48..d10bcd08a0 100644 --- a/m4/manywarnings.m4 +++ b/m4/manywarnings.m4 @@ -268,7 +268,7 @@ m4_defun([gl_MANYWARN_ALL_GCC(C)], # gcc --help=warnings outputs an unusual form for these options; list # them here so that the above 'comm' command doesn't report a false match. # Would prefer "min (PTRDIFF_MAX, SIZE_MAX)", but it must be a literal. - # Also, AC_COMPUTE_INT requirs it to fit in a long; it is 2**63 on + # Also, AC_COMPUTE_INT requires it to fit in a long; it is 2**63 on # the only platforms where it does not fit in a long, so make that # a special case. AC_MSG_CHECKING([max safe object size]) -- 2.39.5