]> Savannah Git Hosting - gnulib.git/commitdiff
intprops: Fix typo in comment.
authorBruno Haible <bruno@clisp.org>
Sun, 9 Aug 2020 11:28:36 +0000 (13:28 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 Aug 2020 11:28:36 +0000 (13:28 +0200)
* lib/intprops.h (_GL_HAS_BUILTIN_OVERFLOW_P): Fix typo in comment.

ChangeLog
lib/intprops.h

index d259703ecec92aed15d4486f84f6e0b709b5ea5b..18de16e5921359cf0c676ca9cabcad7a85ef6ac4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-08-09  Bruno Haible  <bruno@clisp.org>
+
+       intprops: Fix typo in comment.
+       * lib/intprops.h (_GL_HAS_BUILTIN_OVERFLOW_P): Fix typo in comment.
+
 2020-08-09  Bruno Haible  <bruno@clisp.org>
 
        Use __builtin_signbit* with clang.
index 6de65b067d414437be45bc878d03043a253f60d4..c0bfecd908713dee1a9460c96f3db85bd32fd734 100644 (file)
 #endif
 
 /* True if __builtin_add_overflow_p (A, B, C) works, and similarly for
-   __builtin_mul_overflow_p and __builtin_mul_overflow_p.  */
+   __builtin_sub_overflow_p and __builtin_mul_overflow_p.  */
 #define _GL_HAS_BUILTIN_OVERFLOW_P (7 <= __GNUC__)
 
 /* The _GL*_OVERFLOW macros have the same restrictions as the