]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Tweaked a comment.
authorWayne Davison <wayned@samba.org>
Wed, 8 Feb 2006 02:32:35 +0000 (02:32 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 8 Feb 2006 02:32:35 +0000 (02:32 +0000)
flist.c

diff --git a/flist.c b/flist.c
index a071cdae486db0a7f8fb26ba0374f1c0e40fdc4f..5babe91ce91ed4dc6e577c45a4a96769e89d646d 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -1487,8 +1487,8 @@ void clear_file(struct file_struct *file, struct file_list *flist)
        memset(file, 0, file_struct_len);
        /* In an empty entry, dir.depth is an offset to the next non-empty
         * entry.  Likewise for length in the opposite direction.  We assume
-        * that we're alone for now since flist_find() will collate adjacent
-        * items for any entries that are encountered during the find. */
+        * that we're alone for now since flist_find() will adjust the counts
+        * it runs into that aren't up-to-date. */
        file->length = file->dir.depth = 1;
 }