Commit 0679ac4c authored by Wayne Davison's avatar Wayne Davison

Tweaked a comment.

parent 20a02697
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment