summaryrefslogtreecommitdiff
path: root/tests/tfma.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-01 22:38:39 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-01 22:38:39 +0000
commit283726f85ca7e40ca769eab2cf6f9b5f919f9f70 (patch)
tree60ab8eaae4549b1c3d1e4302ac1910e6c8c99c0f /tests/tfma.c
parentc25c99a1f2719eb2ffa3ed056a867fc22e7b2399 (diff)
downloadmpfr-283726f85ca7e40ca769eab2cf6f9b5f919f9f70.tar.gz
tfma.c: typo.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4600 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tfma.c')
-rw-r--r--tests/tfma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tfma.c b/tests/tfma.c
index d8994f97e..702984cb2 100644
--- a/tests/tfma.c
+++ b/tests/tfma.c
@@ -296,8 +296,8 @@ test_underflow2 (void)
mpfr_set_si_2exp (y, i, -4 - MPFR_PREC (z), GMP_RNDN);
/* z = 1.000...00b
* xy = 01111
- * ou 10000
- * ou 10001
+ * or 10000
+ * or 10001
*/
mpfr_clear_flags ();
inex = mpfr_fma (r, x, y, z, GMP_RNDN);