summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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