bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] longlong: fix comment typo


From: Paul Eggert
Subject: [PATCH] longlong: fix comment typo
Date: Tue, 13 Nov 2018 11:05:38 -0800

* 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  <address@hidden>
+
+       longlong: fix comment typo
+       * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Fix typo.
+
 2018-11-11  Bruno Haible  <address@hidden>
 
        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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]