From c189139c866e75f12ec8915670f2f66055f92852 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Tue, 6 Dec 2011 11:45:03 +0100 Subject: Fix typo. --- doc/gmp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.1