summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
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 /mpfr-impl.h
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 'mpfr-impl.h')
-rw-r--r--mpfr-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr-impl.h b/mpfr-impl.h
index a60ae288c..b637a3a32 100644
--- a/mpfr-impl.h
+++ b/mpfr-impl.h
@@ -1257,7 +1257,7 @@ typedef struct {
y is the destination (a mpfr_t), v the value to set (a mpfr_t),
err1+err2 with err2 <= 3 the error term (mp_exp_t's), dir (an int) is
- the direction of the committed error (if dir = 0, it rounds towards 0,
+ the direction of the committed error (if dir = 0, it rounds toward 0,
if dir=1, it rounds away from 0), rnd the rounding mode.
It returns from the function a ternary value in case of success.