From: Paul Eggert Date: Tue, 12 Dec 2023 02:31:23 +0000 (-0800) Subject: * ChangeLog: Fix typo. X-Git-Tag: v1.0~564 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=55d87a4a704c9eb2bf99b8f3bf647c7571963f75;p=gnulib.git * ChangeLog: Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 467a060b30..3153b91b2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,7 @@ Adjust to qsort_r API, and to direntry_t layout change. (streamsavedir): Redo to avoid need for xstrdup on each directory entry. Instead, copy the string data into name_space; this - typically scales better the memory allocator is called O(log N) + typically scales better as the memory allocator is called O(log N) rather than O(N) times. Use qsort_r so that name_space can be passed to the comparison functions. Simplify calls to ‘free’ so that lack of leakage is more obvious.