diff options
author | Jim Meyering <jim@meyering.net> | 2005-05-13 08:42:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-05-13 08:42:35 +0000 |
commit | 909dd8df1caf3299fb7c6e615ef72cdcef60c82a (patch) | |
tree | e574035e3dd2d664a71563904e935efe174db090 | |
parent | a738692de487f4593548bd7a28438e67ac2cb51e (diff) | |
download | coreutils-909dd8df1caf3299fb7c6e615ef72cdcef60c82a.tar.xz |
fix grammar typo in comment
-rw-r--r-- | src/remove.c | 2 |
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; |