]> Savannah Git Hosting - gnulib.git/commitdiff
Fix ChangeLog typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Jan 2023 22:32:11 +0000 (14:32 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Jan 2023 22:33:06 +0000 (14:33 -0800)
ChangeLog

index eb19f7dc0ff9489689166d29d2653fae76044ae7..3799832c09c95b14c89a96bb9b09e2e6d4667d79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,7 +13,7 @@
        Don’t use alloc_size with xlclang 16.1
        * m4/gnulib-common.m4 (_GL_HAS_ATTRIBUTE): Require Clang 5 instead
        of 3.5 for this, to pacify xlclang 16.1.0 on AIX 7.2, which
-       advertises itself as clang 4.1.0, and which otherwise issues
+       advertises itself as clang 4.0.1, and which otherwise issues
        warnings like “./xalloc.h:141:3: warning: 1540-2990 The attribute
        "__attribute__((alloc_size(2, 3)))" is not supported.  The
        attribute is ignored.” when building bleeding-edge GNU grep.