summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2011-01-14 10:19:39 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2011-01-14 10:19:39 +0100
commit4fb6021b48ea096e756820f89fb7a59aec922034 (patch)
tree2fffb6ebcc0f2a5fd0d9d4977e46894c74014f8e /doc
parent2a6fe08cc4ef4eef8e060b89de1281e7023f8b9a (diff)
downloadgmp-4fb6021b48ea096e756820f89fb7a59aec922034.tar.gz
Typo in documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index 119e8efd8..1df17b7d5 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -4097,7 +4097,7 @@ room for the larger of the two operands, plus an extra
@code{mp_bits_per_limb}.
@item
-@code{mpz_mul}, @code{mpz_mul_ui} and @code{mpz_mul_ui} need room for the sum
+@code{mpz_mul}, @code{mpz_mul_ui} and @code{mpz_mul_si} need room for the sum
of the number of bits in their operands, but each rounded up to a multiple of
@code{mp_bits_per_limb}.