]> Savannah Git Hosting - gnulib.git/commitdiff
m4/manywarnings.m4: fix comment typo: s/reqirs/requires/
authorJim Meyering <meyering@fb.com>
Sun, 17 Sep 2017 19:09:34 +0000 (12:09 -0700)
committerJim Meyering <meyering@fb.com>
Sun, 17 Sep 2017 19:09:34 +0000 (12:09 -0700)
m4/manywarnings.m4

index 604573ad4802d7f1ffd5b4329b5f7cc8b85b5b29..d10bcd08a0eb2834e7985c040cbad7d54e3952a1 100644 (file)
@@ -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])