* gcc.dg/dfp/fe-convert-1.c: Fix typo in comments.

From-SVN: r126892
This commit is contained in:
Ben Elliston 2007-07-24 23:41:15 +00:00 committed by Ben Elliston
parent 4ed88ee36c
commit eadf72ea0a
2 changed files with 5 additions and 1 deletions

View 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.

View 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)