summaryrefslogtreecommitdiff
path: root/lib/ftw.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-12 20:48:49 +0000
committerJim Meyering <jim@meyering.net>2003-02-12 20:48:49 +0000
commitf95d4f76960a167c361c76e871f5dfdbcc91f882 (patch)
tree0a22b01c6735f62a2784552f25d861b8de9127f2 /lib/ftw.c
parente0935a3fc93683757d451b4c69692e304d6d7117 (diff)
downloadcoreutils-f95d4f76960a167c361c76e871f5dfdbcc91f882.tar.xz
tweak comment
Diffstat (limited to 'lib/ftw.c')
-rw-r--r--lib/ftw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftw.c b/lib/ftw.c
index 5ae747df2..be24733e8 100644
--- a/lib/ftw.c
+++ b/lib/ftw.c
@@ -415,7 +415,7 @@ process_entry (struct ftw_data *data, struct dir_data *dir, const char *name,
&& (result = add_object (data, &st)) == 0))
{
/* 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.
And if the callback sets ftw.skip, then don't process
any entries of the directory. */