From 866fa31561005dd4a90fa92df86134e3829b86bf Mon Sep 17 00:00:00 2001 From: mdw Date: Sun, 9 Jul 2000 21:32:16 +0000 Subject: [PATCH] rabin_test: Correct error in comment. --- rabin.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rabin.h b/rabin.h index f0f6532..d57efcd 100644 --- a/rabin.h +++ b/rabin.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: rabin.h,v 1.4 2000/06/17 11:52:48 mdw Exp $ + * $Id: rabin.h,v 1.5 2000/07/09 21:32:16 mdw Exp $ * * Miller-Rabin primality test * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: rabin.h,v $ + * Revision 1.5 2000/07/09 21:32:16 mdw + * rabin_test: Correct error in comment. + * * Revision 1.4 2000/06/17 11:52:48 mdw * Typesetting fix. * @@ -107,7 +110,7 @@ extern void rabin_destroy(rabin */*r*/); * Arguments: @rabin *r@ = pointer to Rabin-Miller context * @mp *g@ = base to test the number against * - * Returns: Either @PGEN_FAIL@ if the test failed, or @PGEN_TRY@ + * Returns: Either @PGEN_FAIL@ if the test failed, or @PGEN_PASS@ * if it succeeded. * * Use: Performs a single iteration of the Rabin-Miller primality -- 2.11.0