summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-05-13 08:42:35 +0000
committerJim Meyering <jim@meyering.net>2005-05-13 08:42:35 +0000
commit909dd8df1caf3299fb7c6e615ef72cdcef60c82a (patch)
treee574035e3dd2d664a71563904e935efe174db090 /src
parenta738692de487f4593548bd7a28438e67ac2cb51e (diff)
downloadcoreutils-909dd8df1caf3299fb7c6e615ef72cdcef60c82a.tar.xz
fix grammar typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/remove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.c b/src/remove.c
index d8e41bff6..8fe16c6f0 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;