From: Jim Meyering Date: Fri, 13 May 2005 08:42:35 +0000 (+0000) Subject: fix grammar typo in comment X-Git-Tag: CPPI-1_12~812 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=909dd8df1caf3299fb7c6e615ef72cdcef60c82a;p=thirdparty%2Fcoreutils.git fix grammar typo in comment --- diff --git a/src/remove.c b/src/remove.c index d8e41bff6c..8fe16c6f0b 100644 --- a/src/remove.c +++ b/src/remove.c @@ -920,7 +920,7 @@ remove_cwd_entries (Dirstack_state *ds, char **subdir, struct stat *subdir_sb, case RM_OK: /* Count how many files we've unlinked since the initial opendir or the last rewinddir. On buggy systems, if you - remove too many, readdir return NULL even though there + remove too many, readdir returns NULL even though there remain unprocessed directory entries. */ ++n_unlinked_since_opendir_or_last_rewind; break;