diff options
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))); |