diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2013-07-22 02:20:41 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2013-07-22 02:20:41 +0000 |
commit | 061a6d3cc5d115d8e01aeffe02d390a77d77787e (patch) | |
tree | 468ad0467b107602a17a5fac3de8f8cfacc92992 /tests/tsprintf.c | |
parent | 94538dd4c7b985299a35a1599ac0f1e659c7606b (diff) | |
download | mpfr-061a6d3cc5d115d8e01aeffe02d390a77d77787e.tar.gz |
Applied patch 3 by Ondřej Bílka with some manual corrections,
fixing typos:
https://sympa.inria.fr/sympa/arc/mpfr/2013-07/msg00016.html
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8621 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsprintf.c')
-rw-r--r-- | tests/tsprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsprintf.c b/tests/tsprintf.c index 908f99051..73cc42718 100644 --- a/tests/tsprintf.c +++ b/tests/tsprintf.c @@ -992,7 +992,7 @@ random_double (void) the sign of a zero exponent (the C99 rationale says: "The sign of a zero exponent in %e format is unspecified. The committee knows of different implementations and choose not to require - implementations to document their behaviour in this case + implementations to document their behavior in this case (by making this be implementation defined behaviour). Most implementations use a "+" sign, e.g., 1.2e+00; but there is at least one implementation that uses the sign of the unlimited |