From: Paul Eggert Date: Thu, 22 Apr 2021 19:35:57 +0000 (-0700) Subject: * ChangeLog: Fix thinko. X-Git-Tag: v1.0~2920 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca883666cb34922d9ab1bd0ac0101970c7aa3910;p=thirdparty%2Fgnulib.git * ChangeLog: Fix thinko. --- diff --git a/ChangeLog b/ChangeLog index eacc4a53fe..ec81fe4b0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -116,7 +116,7 @@ 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.