# HG changeset patch # User Jim Meyering # Date 1505675374 25200 # Node ID ef864ea2dde140092b19b914a4094afd86254a3d # Parent 290cc8dff0fad5c741e54a3c66b89d53cb4ee8c8 m4/manywarnings.m4: fix comment typo: s/reqirs/requires/ diff -r 290cc8dff0fa -r ef864ea2dde1 m4/manywarnings.m4 --- 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])