From: Jim Meyering Date: Sun, 17 Sep 2017 19:09:34 +0000 (-0700) Subject: m4/manywarnings.m4: fix comment typo: s/reqirs/requires/ X-Git-Tag: v1.0~5916 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=8d99d5d1fcbfa32e16a8d90ecb3ba8ee649679d5;p=gnulib.git m4/manywarnings.m4: fix comment typo: s/reqirs/requires/ --- 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])