diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-07 00:49:55 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-07 00:49:55 +0000 |
commit | 3fda8ee26e83247e6b6d28b2169381d08adee7aa (patch) | |
tree | 6d3e4663eee6ef7ccb76e1b341b0b52e63cdbb22 /src/eint.c | |
parent | 49049abee2e5e783f5c57ff877a15dc972c51cb4 (diff) | |
download | mpfr-3fda8ee26e83247e6b6d28b2169381d08adee7aa.tar.gz |
Fixed misspellings, using codespell.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8733 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/eint.c')
-rw-r--r-- | src/eint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eint.c b/src/eint.c index 2ccf383ff..a57f07a78 100644 --- a/src/eint.c +++ b/src/eint.c @@ -308,7 +308,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_FREE (loop); /* Free the ZivLoop Controler */ + MPFR_ZIV_FREE (loop); /* Free the ZivLoop Controller */ inex = mpfr_set (y, tmp, rnd); /* Set y to the computed value */ mpfr_clear (tmp); |