summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNiels M?ller <nisse@lysator.liu.se>2016-12-03 14:36:40 +0100
committerNiels M?ller <nisse@lysator.liu.se>2016-12-03 14:36:40 +0100
commit0b4efd503877108dd8c4823982a61f57289eabd2 (patch)
tree1779b91d04d6516e013c1fe2a4d64b148a3bdf0d /doc
parent52e399330089fd3484b7f3340a652a620e120dc8 (diff)
downloadgmp-0b4efd503877108dd8c4823982a61f57289eabd2.tar.gz
doc: Second argument to mpz_gcdext must not be NULL.
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 fcdf2e3a0..ed9f48271 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -3624,7 +3624,7 @@ In all cases, @math{@var{s} = 0} if and only if @math{@var{g} =
@GMPabs{@var{b}}}, i.e., if @var{b} divides @var{a} or @math{@var{a} = @var{b}
= 0}.
-If @var{s}, @var{t} or @var{g} is @code{NULL} then that value is not computed.
+If @var{t} or @var{g} is @code{NULL} then that value is not computed.
@end deftypefun
@deftypefun void mpz_lcm (mpz_t @var{rop}, const mpz_t @var{op1}, const mpz_t @var{op2})