1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-18 01:18:51 +02:00

fix typo in comment

This commit is contained in:
Jim Meyering
2006-02-12 07:55:38 +00:00
parent f99aab89d3
commit 4eb8760272
+2 -2
View File
@@ -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)));