[Gmp-commit] /home/hgfiles/gmp: Fix typo.

mercurial at gmplib.org mercurial at gmplib.org
Tue Dec 1 20:16:33 CET 2009


details:   /home/hgfiles/gmp/rev/5f53eb29eb3c
changeset: 12954:5f53eb29eb3c
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Tue Dec 01 20:16:29 2009 +0100
description:
Fix typo.

diffstat:

 mpn/generic/fib2_ui.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1dbb6ee37e11 -r 5f53eb29eb3c mpn/generic/fib2_ui.c
--- a/mpn/generic/fib2_ui.c	Tue Dec 01 20:09:25 2009 +0100
+++ b/mpn/generic/fib2_ui.c	Tue Dec 01 20:16:29 2009 +0100
@@ -131,7 +131,7 @@
 	    MPN_INCR_U(fp, size + 1, 2);	/* possible +2 */
 	  else
 	  {
-	    ASSERT (fp[0] <= 2);
+	    ASSERT (fp[0] >= 2);
 	    fp[0] -= 2;				/* possible -2 */
 	  }
 #else


More information about the gmp-commit mailing list