]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix grammar typo in comment
authorJim Meyering <jim@meyering.net>
Fri, 13 May 2005 08:42:35 +0000 (08:42 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 May 2005 08:42:35 +0000 (08:42 +0000)
src/remove.c

index d8e41bff6c451099501dc883270db4722a943f79..8fe16c6f0b7d84d14e07f3a03601059faeb40fba 100644 (file)
@@ -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;