summaryrefslogtreecommitdiff
path: root/gmp.texi
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2000-04-08 11:44:14 +0200
committerLinus Nordberg <linus@nordberg.se>2000-04-08 11:44:14 +0200
commit445c7fb08d33cd7de82e24297284e7b8890a28f8 (patch)
tree4a4c356c29aaf8f80ff71d14f234905b6744b754 /gmp.texi
parent01a0cc9bfdc9a77f0b8f444e81f8582154f4eebf (diff)
downloadgmp-445c7fb08d33cd7de82e24297284e7b8890a28f8.tar.gz
(Miscellaneous Integer Functions): Fix typos.
Diffstat (limited to 'gmp.texi')
-rw-r--r--gmp.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gmp.texi b/gmp.texi
index e1b02dedf..4f3897372 100644
--- a/gmp.texi
+++ b/gmp.texi
@@ -1707,9 +1707,9 @@ machines.
@deftypefunx mpz_fits_sint_p (mpz_t @var{op})
@deftypefunx mpz_fits_ushort_p (mpz_t @var{op})
@deftypefunx mpz_fits_sshort_p (mpz_t @var{op})
-Return non-zero iff the value of @var{op} fits in an @code(unsigned long int},
-@code(signed long int}, @code(unsigned int}, @code(signed int}, @code(unsigned
-short int}, or @code(signed short int}, respectively. Otherwise, return zero.
+Return non-zero iff the value of @var{op} fits in an @code{unsigned long int},
+@code{signed long int}, @code{unsigned int}, @code{signed int}, @code{unsigned
+short int}, or @code{signed short int}, respectively. Otherwise, return zero.
@end deftypefun