* m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Fix typo. --- ChangeLog | 5 +++++ m4/longlong.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index d08dbc782..79f237fe6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-11-13 Paul Eggert <egg...@cs.ucla.edu> + + longlong: fix comment typo + * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Fix typo. + 2018-11-11 Bruno Haible <br...@clisp.org> havelib: Remove the need to include asm-underscore.m4. diff --git a/m4/longlong.m4 b/m4/longlong.m4 index 322d79b66..582af53f6 100644 --- a/m4/longlong.m4 +++ b/m4/longlong.m4 @@ -57,7 +57,7 @@ AC_DEFUN([AC_TYPE_LONG_LONG_INT], ]) # Define HAVE_UNSIGNED_LONG_LONG_INT if 'unsigned long long int' works. -# This fixes can be faster than what's in Autoconf 2.62 through 2.68. +# This can be faster than what's in Autoconf 2.62 through 2.68. # Note: If the type 'unsigned long long int' exists but is only 32 bits # large (as on some very old compilers), AC_TYPE_UNSIGNED_LONG_LONG_INT -- 2.19.1