]> Savannah Git Hosting - gnulib.git/commitdiff
* ChangeLog: Fix typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Dec 2023 02:31:23 +0000 (18:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Dec 2023 02:31:43 +0000 (18:31 -0800)
ChangeLog

index 467a060b307487d127ca823c0ed75c841d06bd7a..3153b91b2dd5d2966e41eeb77f86c81735051297 100644 (file)
--- 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.