This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Fix comment in gcc.dg/dfp/fe-convert-1.c
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: janis187 at us dot ibm dot com, kazu at codesourcery dot com
- Date: Wed, 25 Jul 2007 09:40:32 +1000
- Subject: Fix comment in gcc.dg/dfp/fe-convert-1.c
While reading some of HJ's mail about BID/DPD tests, I found a simple
typo in the test case comments. Committed as obvious to save Kazu the
trouble. ;-)
2007-07-25 Ben Elliston <bje@au.ibm.com>
* gcc.dg/dfp/fe-convert-1.c: Fix typo in comments.
Index: gcc.dg/dfp/fe-convert-1.c
===================================================================
--- gcc.dg/dfp/fe-convert-1.c (revision 126890)
+++ gcc.dg/dfp/fe-convert-1.c (working copy)
@@ -10,7 +10,7 @@ volatile _Decimal64 d64;
volatile _Decimal128 d128;
/* Conversions between decimal float types should raise an invalid
- exception if the values doesn't fit, either because the value
+ exception if the value doesn't fit, either because the value
is too large or the result can't hold the full precision. */
CONVERT (100, d64, d32, 9.999999e96DD, 0)