From 77549cb5c3abe3c356c306d788740cd383b92545 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 5 Oct 2003 15:35:27 +0000 Subject: [PATCH] s/nftw/fts/g in a comment --- src/du.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.47.2