diff options
author | Jim Meyering <jim@meyering.net> | 2006-02-12 07:55:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-02-12 07:55:38 +0000 |
commit | 4eb87602724b0195646985ad5011e255ba7e8a41 (patch) | |
tree | 0d74f6ea1aec83d2bdf239aa9bb097eadf4090e3 /src | |
parent | f99aab89d37f98fd972f00c771ee692fd3d1b5e0 (diff) | |
download | coreutils-4eb87602724b0195646985ad5011e255ba7e8a41.tar.xz |
fix typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/remove.c | 4 |
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))); |