From 55d87a4a704c9eb2bf99b8f3bf647c7571963f75 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 11 Dec 2023 18:31:23 -0800 Subject: [PATCH] * ChangeLog: Fix typo. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5