[Gmp-commit] /var/hg/gmp: Fix a typo.

mercurial at gmplib.org mercurial at gmplib.org
Wed Apr 4 14:12:15 CEST 2012


details:   /var/hg/gmp/rev/3a665a62eb2a
changeset: 14791:3a665a62eb2a
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Wed Apr 04 14:06:17 2012 +0200
description:
Fix a typo.

diffstat:

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

diffs (12 lines):

diff -r 5b41f5fdb823 -r 3a665a62eb2a doc/gmp.texi
--- a/doc/gmp.texi	Tue Apr 03 11:39:06 2012 +0200
+++ b/doc/gmp.texi	Wed Apr 04 14:06:17 2012 +0200
@@ -3585,7 +3585,7 @@
 @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


More information about the gmp-commit mailing list