summaryrefslogtreecommitdiff
path: root/tests/tatan.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-05-04 23:25:24 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-05-04 23:25:24 +0000
commitf72b6df904ed827e0a0f69dd0f4b1bcd6d3ddccf (patch)
treeb3c60f2512d47990369e9ce2e14e5008c3aef015 /tests/tatan.c
parent1c25ffc4d7823be8244ed597b9699bfd9b834a23 (diff)
downloadmpfr-f72b6df904ed827e0a0f69dd0f4b1bcd6d3ddccf.tar.gz
[tests/tatan.c] Corrected a comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7666 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tatan.c')
-rw-r--r--tests/tatan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tatan.c b/tests/tatan.c
index 3890a80e4..a5479c006 100644
--- a/tests/tatan.c
+++ b/tests/tatan.c
@@ -572,7 +572,7 @@ atan2_pow_of_2 (void)
}
/* http://websympa.loria.fr/wwsympa/arc/mpfr/2011-05/msg00008.html
- * Incorrect flags, and in debug mode, assertion failure.
+ * Incorrect flags (in debug mode on a 32-bit machine, assertion failure).
*/
static void
reduced_expo_range (void)