diff options
author | Linus Nordberg <linus@nordberg.se> | 2000-04-08 11:44:14 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2000-04-08 11:44:14 +0200 |
commit | 445c7fb08d33cd7de82e24297284e7b8890a28f8 (patch) | |
tree | 4a4c356c29aaf8f80ff71d14f234905b6744b754 /gmp.texi | |
parent | 01a0cc9bfdc9a77f0b8f444e81f8582154f4eebf (diff) | |
download | gmp-445c7fb08d33cd7de82e24297284e7b8890a28f8.tar.gz |
(Miscellaneous Integer Functions): Fix typos.
Diffstat (limited to 'gmp.texi')
-rw-r--r-- | gmp.texi | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |