Correct lies.
authormdw <mdw>
Sat, 5 Mar 2005 16:47:03 +0000 (16:47 +0000)
committermdw <mdw>
Sat, 5 Mar 2005 16:47:03 +0000 (16:47 +0000)
pgen.h

diff --git a/pgen.h b/pgen.h
index 421819a..4bc9046 100644 (file)
--- a/pgen.h
+++ b/pgen.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pgen.h,v 1.9 2004/04/08 01:36:15 mdw Exp $
+ * $Id$
  *
  * Prime generation glue
  *
@@ -264,7 +264,7 @@ extern int pgen_subev(int /*rq*/, pgen_event */*ev*/, void */*p*/);
  *             @pgen_proc *test@ = tester function to use
  *             @void *tctx@ = context argument for tester
  *
- * Returns:    If successful, @PGEN_DONE@; otherwise @PGEN_ABORT@.
+ * Returns:    The resulting value, or null.
  *
  * Use:                A generalized prime-number search skeleton.  Yes, that's a
  *             scary number of arguments.