From 909dd8df1caf3299fb7c6e615ef72cdcef60c82a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 13 May 2005 08:42:35 +0000 Subject: [PATCH] fix grammar typo in comment --- src/remove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3