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

mercurial at gmplib.org mercurial at gmplib.org
Thu Dec 3 11:35:57 CET 2009


details:   /home/hgfiles/gmp/rev/2693b4a85ccd
changeset: 12962:2693b4a85ccd
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Thu Dec 03 11:35:46 2009 +0100
description:
...

diffstat:

 doc/gmp.texi |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r e31f9b520313 -r 2693b4a85ccd doc/gmp.texi
--- a/doc/gmp.texi	Thu Dec 03 11:19:55 2009 +0100
+++ b/doc/gmp.texi	Thu Dec 03 11:35:46 2009 +0100
@@ -5177,9 +5177,9 @@
 Compute the square of @{@var{s1p}, @var{n}@} and write the 2*@var{n}-limb
 result to @var{rp}.
 
-The destination has to have space for 2*@var{n} limbs, even if the product's
+The destination has to have space for 2*@var{n} limbs, even if the result's
 most significant limb is zero.  No overlap is permitted between the
-destination and either source.
+destination and the source.
 @end deftypefun
 
 @deftypefun mp_limb_t mpn_mul_1 (mp_limb_t *@var{rp}, const mp_limb_t *@var{s1p}, mp_size_t @var{n}, mp_limb_t @var{s2limb})


More information about the gmp-commit mailing list