summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2017-09-17 12:09:34 -0700
committerJim Meyering <meyering@fb.com>2017-09-17 12:09:34 -0700
commit8d99d5d1fcbfa32e16a8d90ecb3ba8ee649679d5 (patch)
tree45b485749ea7eadf68d03c463a493aa877e1952f /m4
parente277cd7c6cf6435d9d4d380fd6cef0510e3f5afe (diff)
downloadgnulib-8d99d5d1fcbfa32e16a8d90ecb3ba8ee649679d5.tar.gz
m4/manywarnings.m4: fix comment typo: s/reqirs/requires/
Diffstat (limited to 'm4')
-rw-r--r--m4/manywarnings.m42
1 files changed, 1 insertions, 1 deletions
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])