]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix typo in comment
authorJim Meyering <jim@meyering.net>
Sun, 12 Feb 2006 07:55:38 +0000 (07:55 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 12 Feb 2006 07:55:38 +0000 (07:55 +0000)
src/remove.c

index 575c700fc3837133d2bbb853dcebcbb8f55a8a06..e90db107721e70eaf9d8baf72056ec4f74defe05 100644 (file)
@@ -1113,8 +1113,8 @@ remove_cwd_entries (DIR **dirp,
                                              x, errno, subdir_sb, ds, NULL);
            if (subdir_dirp == NULL)
              {
-               /* CAUTION: this test and diagnostic are identical those
-                  following the other use of fd_to_subdirp.  */
+               /* CAUTION: this test and diagnostic are identical to
+                  those following the other use of fd_to_subdirp.  */
                if (errno != ENOENT || !x->ignore_missing_files)
                  error (0, errno,
                         _("cannot remove %s"), quote (full_filename (f)));