aboutsummaryrefslogtreecommitdiffstats
path: root/flist.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-05-25 14:23:05 +0000
committerWayne Davison <wayned@samba.org>2007-05-25 14:23:05 +0000
commit56ce72c4471479410d6c20ef1b044207da4290eb (patch)
tree2045decb2a6b912c8a15f28717a16af9552e66b1 /flist.c
parent898fab25775b83569bd00a8a62338f4c85af16cc (diff)
downloadandroid_external_rsync-56ce72c4471479410d6c20ef1b044207da4290eb.tar.gz
android_external_rsync-56ce72c4471479410d6c20ef1b044207da4290eb.tar.bz2
android_external_rsync-56ce72c4471479410d6c20ef1b044207da4290eb.zip
Improved a comment.
Diffstat (limited to 'flist.c')
-rw-r--r--flist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flist.c b/flist.c
index 8d4ec1de..04c3c026 100644
--- a/flist.c
+++ b/flist.c
@@ -1318,7 +1318,7 @@ static int file_compare(const void *file1, const void *file2)
*(struct file_struct **)file2);
}
-/* The guts of a merge sort algorithm. This was derived from the GNU C
+/* The guts of a merge-sort algorithm. This was derived from the glibc
* version, but I (Wayne) changed the merge code to do less copying and
* to require only half the amount of temporary memory. */
static void fsort_tmp(struct file_struct **fp, size_t num,