This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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)





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]