From: Bruno Haible Date: Sun, 9 Aug 2020 11:28:36 +0000 (+0200) Subject: intprops: Fix typo in comment. X-Git-Tag: v1.0~3800 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=90cc47f28487c90cecfb312c808a0710dcfbf114;p=gnulib.git intprops: Fix typo in comment. * lib/intprops.h (_GL_HAS_BUILTIN_OVERFLOW_P): Fix typo in comment. --- diff --git a/ChangeLog b/ChangeLog index d259703ece..18de16e592 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-08-09 Bruno Haible + + intprops: Fix typo in comment. + * lib/intprops.h (_GL_HAS_BUILTIN_OVERFLOW_P): Fix typo in comment. + 2020-08-09 Bruno Haible Use __builtin_signbit* with clang. diff --git a/lib/intprops.h b/lib/intprops.h index 6de65b067d..c0bfecd908 100644 --- a/lib/intprops.h +++ b/lib/intprops.h @@ -239,7 +239,7 @@ #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