aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/alf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alf.c b/src/alf.c
index f0911b7..bc88631 100644
--- a/src/alf.c
+++ b/src/alf.c
@@ -249,7 +249,7 @@ void crunch_file(const char *filename_arg) {
exit(1);
}
/* so -vv will correctly say "Created" if trying to append to
- a non-existent file. */
+ an already-existing file. */
if(ftell(out_file) == 0) opt_append = 0;
}