]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak comment
authorJim Meyering <jim@meyering.net>
Wed, 12 Feb 2003 20:48:49 +0000 (20:48 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 12 Feb 2003 20:48:49 +0000 (20:48 +0000)
lib/ftw.c

index 5ae747df224fbc0a736e94c2095dd0592b1e8297..be24733e8b3e0d4287256a3806fb1ed262ad46d2 100644 (file)
--- 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.  */