mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-05 15:43:21 +08:00
tweak comment
This commit is contained in:
parent
e0935a3fc9
commit
f95d4f7696
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user