From: Jim Meyering Date: Wed, 12 Feb 2003 20:48:49 +0000 (+0000) Subject: tweak comment X-Git-Tag: DU-FTS~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95d4f76960a167c361c76e871f5dfdbcc91f882;p=thirdparty%2Fcoreutils.git tweak comment --- diff --git a/lib/ftw.c b/lib/ftw.c index 5ae747df22..be24733e8b 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. */