]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
* ChangeLog: Fix thinko.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Apr 2021 19:35:57 +0000 (12:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Apr 2021 19:35:57 +0000 (12:35 -0700)
ChangeLog

index eacc4a53fe63b90afd9e3692aef67b882067647c..ec81fe4b0e590cb0d9ac9d27e2ad34edd14bc5c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        When optimizing, simply use ptrdiff_t instead of xalloc_count_t.
 
        xalloc: new function xreallocarray
-       This effectively replaces xnmalloc, which perhaps should be deprecated.
+       This is the same as xnrealloc, which perhaps should be deprecated.
        The name xreallocarray should be easier to remember now that
        reallocarray is a standard GNU function.
        * lib/xalloc.h [GNULIB_XALLOC]: Do not include xalloc-oversized.h.