summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-07 00:44:17 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-07 00:44:17 +0000
commit45abf6eaaf2b4986c138cc1a961466ee5d239ba2 (patch)
treef436a56a604f6d24d3701b4e28a4fb6ea52af3df
parenta0e724e6055d10541294e97632ba01db71e81a55 (diff)
downloadmpfr-45abf6eaaf2b4986c138cc1a961466ee5d239ba2.tar.gz
[tests/tlgamma.c] Typo in comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10447 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tlgamma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tlgamma.c b/tests/tlgamma.c
index eca1e4b27..3d686a6fc 100644
--- a/tests/tlgamma.c
+++ b/tests/tlgamma.c
@@ -389,7 +389,7 @@ mpfr_lgamma1 (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t r)
when MPFR is built with Debian's tcc 0.9.27~git20151227.933c223-1
on x86_64. The problem came from __gmpfr_ceil_log2, now fixed in
r10443 (according to the integer promotion rules, this appeared to
- be a bug in tcc, not in MPFR; however replying on such an obscure
+ be a bug in tcc, not in MPFR; however relying on such an obscure
rule was not a good idea). */
static void
tcc_bug20160606 (void)