From: Jim Meyering Date: Sun, 12 Feb 2006 07:55:38 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: v6.0~738 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4eb87602724b0195646985ad5011e255ba7e8a41;p=thirdparty%2Fcoreutils.git fix typo in comment --- diff --git a/src/remove.c b/src/remove.c index 575c700fc3..e90db10772 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)));