From: Thomas Schwinge Date: Tue, 17 Dec 2013 15:21:57 +0000 (+0100) Subject: Fix typo in dg-warning comment. X-Git-Tag: releases/gcc-4.9.0~2030 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b33a2b777471ce9c720b39265aed6fa7a7f57d0e;p=thirdparty%2Fgcc.git Fix typo in dg-warning comment. gcc/testsuite/ * gcc.dg/dfp/wtr-conversion-1.c (testfunc1): Fix typo. From-SVN: r206056 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ec35aeafa7db..5b8a37d5093b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-12-17 Thomas Schwinge + + * gcc.dg/dfp/wtr-conversion-1.c (testfunc1): Fix typo. + 2013-12-17 Jan Hubicka * g++.dg/ipa/devirt-13.C: Update template. diff --git a/gcc/testsuite/gcc.dg/dfp/wtr-conversion-1.c b/gcc/testsuite/gcc.dg/dfp/wtr-conversion-1.c index 2b50fe6a56ee..4eff00725906 100644 --- a/gcc/testsuite/gcc.dg/dfp/wtr-conversion-1.c +++ b/gcc/testsuite/gcc.dg/dfp/wtr-conversion-1.c @@ -24,7 +24,7 @@ testfunc1 () { foo_i (i); foo_i (d32); /* { dg-warning "as integer rather than floating" "prototype conversion warning" } */ - foo_i (d64); /* { dg-warning "as integer rather than floating" "prototype convDersion warning" } */ + foo_i (d64); /* { dg-warning "as integer rather than floating" "prototype conversion warning" } */ foo_i (d128); /* { dg-warning "as integer rather than floating" "prototype conversion warning" } */ foo_d32 (i); /* { dg-warning "as floating rather than integer" "prototype conversion warning" } */ foo_d32 (f); /* { dg-warning "as '_Decimal32' rather than 'float'" "prototype conversion warning" } */