From f95d4f76960a167c361c76e871f5dfdbcc91f882 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 12 Feb 2003 20:48:49 +0000 Subject: [PATCH] tweak comment --- lib/ftw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.2