summaryrefslogtreecommitdiff
path: root/tests/tcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcheck.c')
-rw-r--r--tests/tcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcheck.c b/tests/tcheck.c
index 1535ef48b..35cd07007 100644
--- a/tests/tcheck.c
+++ b/tests/tcheck.c
@@ -63,7 +63,7 @@ main (void)
max = 1000; /* Allows max 2^1000 bits for the exponent */
while (!mpfr_overflow_p () && max > 0)
{
- /* this call to mpfr_mul with identical arguments is intensional,
+ /* this call to mpfr_mul with identical arguments is intentional,
and should not be replaced by mpfr_sqr */
mpfr_mul (a, a, a, MPFR_RNDN);
if (!mpfr_check (a))