summaryrefslogtreecommitdiff
path: root/tests/tsqr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsqr.c')
-rw-r--r--tests/tsqr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsqr.c b/tests/tsqr.c
index 8f4bbabdc..65b92d380 100644
--- a/tests/tsqr.c
+++ b/tests/tsqr.c
@@ -70,7 +70,7 @@ check_random (mpfr_prec_t p)
RND_LOOP_NO_RNDF (r)
{
/* the following call to mpfr_mul with identical arguments is
- intensional (to compare with mpfr_sqr) */
+ intentional (to compare with mpfr_sqr) */
inexact1 = mpfr_mul (y, x, x, (mpfr_rnd_t) r);
inexact2 = mpfr_sqr (z, x, (mpfr_rnd_t) r);
if (mpfr_cmp (y, z))