diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-28 22:30:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-28 22:30:40 +0000 |
commit | 6fcceb6b023030462a09d45c48fb454b2e7517cb (patch) | |
tree | d42fcc09c80b7d7db69ffbfc9cdc89ed9c327249 | |
parent | 4d5eb9f19679e3fdf4a1599dcf0b6f338810b91c (diff) | |
download | coreutils-6fcceb6b023030462a09d45c48fb454b2e7517cb.tar.xz |
tweak a comment
-rw-r--r-- | src/remove.c | 2 |
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 |