From: Jim Meyering Date: Sun, 5 Oct 2003 15:35:27 +0000 (+0000) Subject: s/nftw/fts/g in a comment X-Git-Tag: v5.1.0~464 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77549cb5c3abe3c356c306d788740cd383b92545;p=thirdparty%2Fcoreutils.git s/nftw/fts/g in a comment --- diff --git a/src/du.c b/src/du.c index 989753d339..c48477cbac 100644 --- a/src/du.c +++ b/src/du.c @@ -285,8 +285,8 @@ print_size (uintmax_t n_bytes, const char *string) fflush (stdout); } -/* This function is called once for every file system object that nftw - encounters. nftw does a depth-first traversal. This function knows +/* This function is called once for every file system object that fts + encounters. fts does a depth-first traversal. This function knows that and accumulates per-directory totals based on changes in the depth of the current entry. */