summaryrefslogtreecommitdiff
path: root/tests/teint.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-04-30 15:18:16 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-04-30 15:18:16 +0000
commitc3774e5fc49bc7079bd91feacb4b21e85e0a5dc9 (patch)
tree21b26593786e01d6c215290baa6ed59183f87c2c /tests/teint.c
parent2becbf55215b1925fade837f579c564aab492e81 (diff)
downloadmpfr-c3774e5fc49bc7079bd91feacb4b21e85e0a5dc9.tar.gz
Corrected "runtime" to "run time" (noun) or "run-time" (adjective)
when it means the time at which the program is run. See: https://gcc.gnu.org/codingconventions.html#Spelling https://en.wikipedia.org/wiki/Run_time git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12690 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/teint.c')
-rw-r--r--tests/teint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/teint.c b/tests/teint.c
index d2ccb690a..19f10e263 100644
--- a/tests/teint.c
+++ b/tests/teint.c
@@ -191,7 +191,7 @@ check_specials (void)
exit (1);
}
- /* Runtime error at si_op.c:42:31 with r9996 on an x86-64 Linux machine,
+ /* Run-time error at si_op.c:42:31 with r9996 on an x86-64 Linux machine,
using CFLAGS="-fsanitize=undefined -fno-sanitize-recover". */
mpfr_set_prec (x, 32);
mpfr_set_prec (y, 46);