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:
+2
-2
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user