From: Wayne Davison Date: Fri, 25 May 2007 14:23:05 +0000 (+0000) Subject: Improved a comment. X-Git-Tag: v3.0.0pre1~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ce72c4471479410d6c20ef1b044207da4290eb;p=thirdparty%2Frsync.git Improved a comment. --- 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,