summaryrefslogtreecommitdiff
path: root/tests/tlgamma.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-06-21 20:46:09 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-06-21 20:46:09 +0000
commit2109354342cad809efd89e34025f298c311f67be (patch)
tree85b4b5c01d9997146c9c7dfd185072b77338ca96 /tests/tlgamma.c
parent88f56367c24f03bc4dc24f6284e0d872de2921f6 (diff)
downloadmpfr-2109354342cad809efd89e34025f298c311f67be.tar.gz
Punctuation (missing comma after "however").
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14542 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tlgamma.c')
-rw-r--r--tests/tlgamma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tlgamma.c b/tests/tlgamma.c
index 85d2c30f4..fc7ed285a 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 relying 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)