tweak comment

This commit is contained in:
Jim Meyering 2003-02-12 20:48:49 +00:00
parent e0935a3fc9
commit f95d4f7696

View File

@ -415,7 +415,7 @@ process_entry (struct ftw_data *data, struct dir_data *dir, const char *name,
&& (result = add_object (data, &st)) == 0)) && (result = add_object (data, &st)) == 0))
{ {
/* When processing a directory as part of a depth-first traversal, /* When processing a directory as part of a depth-first traversal,
invoke the users callback function with type=FTW_DPRE invoke the user's callback function with type=FTW_DPRE
just before processing any entry in that directory. just before processing any entry in that directory.
And if the callback sets ftw.skip, then don't process And if the callback sets ftw.skip, then don't process
any entries of the directory. */ any entries of the directory. */