summaryrefslogtreecommitdiff
path: root/src/eint.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-07-22 02:20:41 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-07-22 02:20:41 +0000
commit061a6d3cc5d115d8e01aeffe02d390a77d77787e (patch)
tree468ad0467b107602a17a5fac3de8f8cfacc92992 /src/eint.c
parent94538dd4c7b985299a35a1599ac0f1e659c7606b (diff)
downloadmpfr-061a6d3cc5d115d8e01aeffe02d390a77d77787e.tar.gz
Applied patch 3 by Ondřej Bílka with some manual corrections,
fixing typos: https://sympa.inria.fr/sympa/arc/mpfr/2013-07/msg00016.html git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8621 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/eint.c')
-rw-r--r--src/eint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eint.c b/src/eint.c
index eae2406de..ba79009eb 100644
--- a/src/eint.c
+++ b/src/eint.c
@@ -273,7 +273,7 @@ mpfr_eint (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd)
mpfr_set_prec (tmp, prec);
mpfr_set_prec (ump, prec);
- MPFR_ZIV_INIT (loop, prec); /* Initialize the ZivLoop controler */
+ MPFR_ZIV_INIT (loop, prec); /* Initialize the ZivLoop controller */
for (;;) /* Infinite loop */
{
/* We need that the smallest value of k!/x^k is smaller than 2^(-p).