[Gmp-commit] /var/hg/gmp: Fix typo.
mercurial at gmplib.org
mercurial at gmplib.org
Wed Nov 28 12:08:06 CET 2012
details: /var/hg/gmp/rev/e22f4fd9dc1d
changeset: 15147:e22f4fd9dc1d
user: Torbjorn Granlund <tege at gmplib.org>
date: Wed Nov 28 12:07:59 2012 +0100
description:
Fix typo.
diffstat:
doc/gmp.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9225ab50f0d0 -r e22f4fd9dc1d doc/gmp.texi
--- a/doc/gmp.texi Wed Nov 28 00:43:31 2012 +0100
+++ b/doc/gmp.texi Wed Nov 28 12:07:59 2012 +0100
@@ -2994,7 +2994,7 @@
it possible to avoid such reallocations if a maximum size is known in advance.
In preparation for an operation, GMP often allocates one limb more than
-ultimately needed. To make sure no GMP will not perform reallocation for
+ultimately needed. To make sure GMP will not perform reallocation for
@var{x}, you need to add the number of bits in @code{mp_limb_t} to @var{n}.
@end deftypefun
More information about the gmp-commit
mailing list