[Gmp-commit] /var/hg/gmp: Fix comment typo.

mercurial at gmplib.org mercurial at gmplib.org
Thu Nov 15 19:31:05 CET 2012


details:   /var/hg/gmp/rev/f004194fc431
changeset: 15115:f004194fc431
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Thu Nov 15 19:31:01 2012 +0100
description:
Fix comment typo.

diffstat:

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

diffs (12 lines):

diff -r 889e31898397 -r f004194fc431 mpn/generic/sqrtrem.c
--- a/mpn/generic/sqrtrem.c	Mon Nov 12 21:05:42 2012 +0100
+++ b/mpn/generic/sqrtrem.c	Thu Nov 15 19:31:01 2012 +0100
@@ -124,7 +124,7 @@
   t = (mp_limb_signed_t) (CNST_LIMB(0x2000000000000) - 0x30000  - a1 * x0 * x0) >> 16;
   x0 = (x0 << 16) + ((mp_limb_signed_t) (x0 * t) >> (16+2));
 
-  /* x0 is now an 16 bits approximation of 1/sqrt(a0) */
+  /* x0 is now a 16 bits approximation of 1/sqrt(a0) */
 
   t2 = x0 * (a0 >> (32-8));
   t = t2 >> 25;


More information about the gmp-commit mailing list