aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--listamsb.c4
1 files 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;