summaryrefslogtreecommitdiff
path: root/doc/gmp.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gmp.texi')
-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}