summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-04-04 14:06:17 +0200
committerTorbjorn Granlund <tege@gmplib.org>2012-04-04 14:06:17 +0200
commit068822dafbbe260f27a2821b0a56d8da970e8633 (patch)
tree5cd51ed9b11635a2f4db5d504ad20e64ba49285a /doc
parentdd6edafc9de791e8d82eb4bc2eb96d409dda47f0 (diff)
downloadgmp-068822dafbbe260f27a2821b0a56d8da970e8633.tar.gz
Fix a typo.
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 5baa83127..62f5c523e 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -3585,7 +3585,7 @@ Set @var{rop} to the least common multiple of @var{op1} and @var{op2}.
@cindex Inverse modulo functions
Compute the inverse of @var{op1} modulo @var{op2} and put the result in
@var{rop}. If the inverse exists, the return value is non-zero and @var{rop}
-will satisfy @math{0 < @var{rop} < @var{@GMPabs{op2}}}. If an inverse doesn't
+will satisfy @math{0 < @var{rop} < @GMPabs{@var{op2}}}. If an inverse doesn't
exist the return value is zero and @var{rop} is undefined. The behaviour of
this function is undefined when @var{op2} is zero.
@end deftypefun