From c21b03791b3a87410a1ff10681e6819f4add8f41 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 16 Dec 2025 14:47:18 -0500 Subject: alf.c: comment fix. --- src/alf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3