summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2012-05-17 11:23:36 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2012-05-17 11:23:36 +0200
commitf8ed0b9377191e184e32c63d776182fd49c5b4e7 (patch)
tree9ff995ffc7df47025a004718f1bd90d9ef858ebf /doc
parent326504c7f76b1492bbef64d43228f802f14d8eff (diff)
downloadgmp-f8ed0b9377191e184e32c63d776182fd49c5b4e7.tar.gz
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 d1a8af172..88d186b6a 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -4390,7 +4390,7 @@ Return @math{+1} if @math{@var{op} > 0}, 0 if @math{@var{op} = 0}, and
@math{-1} if @math{@var{op} < 0}.
This function is actually implemented as a macro. It evaluates its
-arguments multiple times.
+argument multiple times.
@end deftypefn
@deftypefun int mpq_equal (mpq_t @var{op1}, mpq_t @var{op2})