aboutsummaryrefslogtreecommitdiffstats
path: root/flist.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-08 02:32:35 +0000
committerWayne Davison <wayned@samba.org>2006-02-08 02:32:35 +0000
commit0679ac4ca9d8fda7fc27dd0d44de48957c0ff88d (patch)
tree1087adca0e40d6ec80b6d91d234ae24e646c1e62 /flist.c
parent20a026978297da6779275772ebdf7767cf48cbd4 (diff)
downloadandroid_external_rsync-0679ac4ca9d8fda7fc27dd0d44de48957c0ff88d.tar.gz
android_external_rsync-0679ac4ca9d8fda7fc27dd0d44de48957c0ff88d.tar.bz2
android_external_rsync-0679ac4ca9d8fda7fc27dd0d44de48957c0ff88d.zip
Tweaked a comment.
Diffstat (limited to 'flist.c')
-rw-r--r--flist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flist.c b/flist.c
index a071cdae..5babe91c 100644
--- 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;
}