* gcc.dg/dfp/fe-convert-1.c: Fix typo in comments.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Jul 2007 23:41:15 +0000 (23:41 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Jul 2007 23:41:15 +0000 (23:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126892 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/dfp/fe-convert-1.c

index 21dfc14..50f16f1 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-25  Ben Elliston  <bje@au.ibm.com>
+
+       * gcc.dg/dfp/fe-convert-1.c: Fix typo in comments.
+
 2007-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gcc.c-torture/execute/20070724-1.c: New.
index 7a7a2d6..6ea632d 100644 (file)
@@ -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)