* gcc.dg/dfp/fe-convert-1.c: Fix typo in comments.
authorBen Elliston <bje@au.ibm.com>
Tue, 24 Jul 2007 23:41:15 +0000 (23:41 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Tue, 24 Jul 2007 23:41:15 +0000 (09:41 +1000)
From-SVN: r126892

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

index 21dfc140e14e8e334074ab442dd615e9b721a10c..50f16f14cfacd2f61b5d08b8d5ac0edc0705ee63 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 7a7a2d6530cc0ef1a97939493d15d35ac4bdb7b5..6ea632d427f9a7bac25650af06463643cb8b6682 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)