From c5b79daa12d25dd55d88b351e23fc27f5c8590d0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 5 Jan 1999 05:11:44 +0000 Subject: Comment fix. svn path=/trunk/; revision=2331 --- report.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'report.c') diff --git a/report.c b/report.c index daa7e5ce..be33152c 100644 --- a/report.c +++ b/report.c @@ -264,10 +264,10 @@ void error_init(int mode) format string with optional args, to the existing error message (which may be empty.) The completed error message is finally printed (and reset to empty) by calling error_complete(). - If an intervening call to error() occurs when a partially constructed + If an intervening call to report() occurs when a partially constructed message exists, then, in an attempt to keep the messages in their proper sequence, the partial message will be printed as-is (with a trailing - newline) before error() prints its message. */ + newline) before report() prints its message. */ /* VARARGS */ void -- cgit v1.2.3