From 4eb87602724b0195646985ad5011e255ba7e8a41 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 12 Feb 2006 07:55:38 +0000 Subject: fix typo in comment --- src/remove.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/remove.c') 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))); -- cgit v1.2.3-54-g00ecf