summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-06-25 19:27:19 +0000
committerJim Meyering <jim@meyering.net>2006-06-25 19:27:19 +0000
commit59bafa5a0cbb8baed511b48fea996e0c260aebed (patch)
tree07ae2188e629530ea3329d77250a9a6473e9e6b4 /src
parentcc705714016dae0b64e50f535f8c2db284a83f80 (diff)
downloadcoreutils-59bafa5a0cbb8baed511b48fea996e0c260aebed.tar.xz
tweak grammar in comment
Diffstat (limited to 'src')
-rw-r--r--src/remove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.c b/src/remove.c
index c1f5b3286..bfb0a3264 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -1220,7 +1220,7 @@ remove_dir (int fd_cwd, Dirstack_state *ds, char const *dir,
errno = saved_errno;
}
- /* CAUTION: this test and diagnostic are identical those
+ /* 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,