From: Ben Pfaff Date: Thu, 27 Apr 2006 02:44:23 +0000 (+0000) Subject: Fix comment. X-Git-Tag: v0.6.0~935 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=181e8d045ddda092f0fb2b98c13dab68f2e283c5;p=pspp-builds.git Fix comment. --- 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) {