From 3a4a62b80be951cff247bdf475544bd50853a45a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 4 Mar 2025 04:24:43 -0500 Subject: listamsb: make comment reflect reality. --- listamsb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/listamsb.c b/listamsb.c index 36e1ac2..5a4bd80 100644 --- a/listamsb.c +++ b/listamsb.c @@ -132,8 +132,8 @@ const char *plural(int count) { return count == 1 ? "" : "s"; } -/* post-processing: print "summary", exit. called by either read_byte() - (on 'unexpected EOF'), or main() (on normal exit). */ +/* post-processing: print "summary", exit. called by either die() + or main() (on normal exit). */ void finish(int rv) { int progsize; -- cgit v1.2.3