changeset 38850:ef864ea2dde1

m4/manywarnings.m4: fix comment typo: s/reqirs/requires/
author Jim Meyering <meyering@fb.com>
date Sun, 17 Sep 2017 12:09:34 -0700
parents 290cc8dff0fa
children fddf4823cbec
files m4/manywarnings.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/manywarnings.m4	Sat Sep 16 23:21:43 2017 -0700
+++ b/m4/manywarnings.m4	Sun Sep 17 12:09:34 2017 -0700
@@ -268,7 +268,7 @@
   # 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])