summaryrefslogtreecommitdiff
path: root/tests/tsqrt.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-09-02 23:02:29 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-09-02 23:02:29 +0000
commit1ed0fc30e56b1cdc56689802c4a0b15d7a1a63fa (patch)
tree478964478defbf08f1e4a583936e54e0f4cabbeb /tests/tsqrt.c
parent12934c67bc9f184b0f2cf60173405c488586a7eb (diff)
downloadmpfr-1ed0fc30e56b1cdc56689802c4a0b15d7a1a63fa.tar.gz
towards -> toward (consistency).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6407 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsqrt.c')
-rw-r--r--tests/tsqrt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tsqrt.c b/tests/tsqrt.c
index 6f12063cb..ba6ba71be 100644
--- a/tests/tsqrt.c
+++ b/tests/tsqrt.c
@@ -178,7 +178,7 @@ check_float (void)
check24("281474876047360.0", MPFR_RNDD, "1.6777212e7");
check24("91214552498176.0", MPFR_RNDD, "9.550631e6");
- /* check that rounding away is just rounding towards plus infinity */
+ /* check that rounding away is just rounding toward plus infinity */
check24("91214552498176.0", MPFR_RNDA, "9.550632e6");
}
@@ -679,7 +679,7 @@ main (void)
check4 ("72154663483843080704304789585920.0", MPFR_RNDD,
"1.e2d9a51977e6d@13");
- /* check that rounding away is just rounding towards plus infinity */
+ /* check that rounding away is just rounding toward plus infinity */
check4 ("72154663483843080704304789585920.0", MPFR_RNDA,
"1.e2d9a51977e6e@13");