summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-12 07:55:38 +0000
committerJim Meyering <jim@meyering.net>2006-02-12 07:55:38 +0000
commit4eb87602724b0195646985ad5011e255ba7e8a41 (patch)
tree0d74f6ea1aec83d2bdf239aa9bb097eadf4090e3 /src/remove.c
parentf99aab89d37f98fd972f00c771ee692fd3d1b5e0 (diff)
downloadcoreutils-4eb87602724b0195646985ad5011e255ba7e8a41.tar.xz
fix typo in comment
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remove.c b/src/remove.c
index 575c700fc..e90db1077 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -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)));