summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-28 22:30:40 +0000
committerJim Meyering <jim@meyering.net>2004-05-28 22:30:40 +0000
commit6fcceb6b023030462a09d45c48fb454b2e7517cb (patch)
treed42fcc09c80b7d7db69ffbfc9cdc89ed9c327249 /src/remove.c
parent4d5eb9f19679e3fdf4a1599dcf0b6f338810b91c (diff)
downloadcoreutils-6fcceb6b023030462a09d45c48fb454b2e7517cb.tar.xz
tweak a comment
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.c b/src/remove.c
index a36041df7..e561307d8 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -64,7 +64,7 @@ enum Ternary
};
typedef enum Ternary Ternary;
-/* The prompt function may be called twice a given directory.
+/* The prompt function may be called twice for a given directory.
The first time, we ask whether to descend into it, and the
second time, we ask whether to remove it. */
enum Prompt_action