From 181e8d045ddda092f0fb2b98c13dab68f2e283c5 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 27 Apr 2006 02:44:23 +0000 Subject: [PATCH] Fix comment. --- src/procedure.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/procedure.c b/src/procedure.c index e0280028..0d75e0eb 100644 --- a/src/procedure.c +++ b/src/procedure.c @@ -275,9 +275,9 @@ open_active_file (void) } /* Transforms trns_case and writes it to the replacement active - file if advisable. Returns nonzero if more cases can be - accepted, zero otherwise. Do not call this function again - after it has returned zero once. */ + file if advisable. Returns true if more cases can be + accepted, false otherwise. Do not call this function again + after it has returned false once. */ static bool write_case (struct write_case_data *wc_data) { -- 2.30.2