summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-12-06 11:45:03 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-12-06 11:45:03 +0100
commitc189139c866e75f12ec8915670f2f66055f92852 (patch)
tree6ee5d4009e51e22da7d33fae43fa6f94c506a9cd
parent8f315e113588852c9288c5faae9834c5de77250e (diff)
downloadgmp-c189139c866e75f12ec8915670f2f66055f92852.tar.gz
Fix typo.
-rw-r--r--doc/gmp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index 9e77abe7f..942ec4fdf 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -1925,7 +1925,7 @@ systems it's an @code{int} for efficiency, and on some systems it will be
@tindex @code{mp_bitcnt_t}
Counts of bits of a multi-precision number are represented in the C type
@code{mp_bitcnt_t}. Currently this is always an @code{unsigned long}, but on
-some systems it will be an @code{unsigned long long} in the future .
+some systems it will be an @code{unsigned long long} in the future.
@cindex Random state
@tindex @code{gmp_randstate_t}