Fix comment.
authorBen Pfaff <blp@gnu.org>
Thu, 27 Apr 2006 02:44:23 +0000 (02:44 +0000)
committerBen Pfaff <blp@gnu.org>
Thu, 27 Apr 2006 02:44:23 +0000 (02:44 +0000)
src/procedure.c

index e02800283b8e2103a96a4e9e835c0184af883ec8..0d75e0ebc3b9086876d3f63071585e3aa05592bd 100644 (file)
@@ -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)
 {