summaryrefslogtreecommitdiff
path: root/const_catalan.c
diff options
context:
space:
mode:
Diffstat (limited to 'const_catalan.c')
-rw-r--r--const_catalan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/const_catalan.c b/const_catalan.c
index 4d88787a7..eb0432df9 100644
--- a/const_catalan.c
+++ b/const_catalan.c
@@ -112,7 +112,7 @@ mpfr_const_catalan_internal (mpfr_ptr g, mp_rnd_t rnd_mode)
*/
pg = MPFR_PREC (g);
p = pg + 8; /* pg + 7 avoids failure up for pg < 912
- pg + 8 gives no failure up to pg = 10000 */
+ pg + 8 gives no failure up to pg = 10000 */
p += MPFR_INT_CEIL_LOG2 (p);
MPFR_GROUP_INIT_3 (group, p, x, y, z);