]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Improved the sort comment.
authorWayne Davison <wayned@samba.org>
Fri, 25 May 2007 14:29:35 +0000 (14:29 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 25 May 2007 14:29:35 +0000 (14:29 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 23d5fd63d798bbb7eb2c7f593ba50f1c7564a4f9..2aea03729e63ba8aeca031ec4ab1715e9e230f8e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -94,8 +94,8 @@ Changes since 2.6.9:
     - The file-list sorting algorithm now uses a sort that keeps any same-
       named items in the same order as they were specified.  This allows
       rsync to always ensure that the first of the duplicates is the one
-      that will be included in the copy.  The new sort was also faster than
-      the GNU C version of qsort() (and mergesort() too) in my testing.
+      that will be included in the copy.  The new sort was also faster
+      than the glibc version of qsort() and mergesort() in my testing.
 
     - Rsync now supports the transfer of 64-bit timestamps (time_t values).