summaryrefslogtreecommitdiff
path: root/tests/tsqr.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-03-16 12:51:50 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-03-16 12:51:50 +0000
commita9c41e4ab0e4021f8d69935075d4605a27581dd6 (patch)
treef298d1abdb09711579049b7a021407efd4246a7d /tests/tsqr.c
parent04fbb76226eeac18e720d22f74eeb2ad6e5702ba (diff)
downloadmpfr-a9c41e4ab0e4021f8d69935075d4605a27581dd6.tar.gz
Replaced "intensional" by "intentional" in comments.
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14477 280ebfd0-de03-0410-8827-d642c229c3f4
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))