From: Bernhard Fischer Date: Fri, 18 Jan 2008 00:01:10 +0000 (+0100) Subject: 20040223-1.c: Fix comment typo. X-Git-Tag: releases/gcc-4.3.0~560 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=935cb05e702d46d954e3ee28bd4a5c735652429f;p=thirdparty%2Fgcc.git 20040223-1.c: Fix comment typo. 2007-01-18 Bernhard Fischer * gcc.dg/20040223-1.c: Fix comment typo. From-SVN: r131614 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b1e985781652..090bf0214425 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-01-18 Bernhard Fischer + + * gcc.dg/20040223-1.c: Fix comment typo. + 2008-01-17 Janis Johnson PR target/34814 diff --git a/gcc/testsuite/gcc.dg/20040223-1.c b/gcc/testsuite/gcc.dg/20040223-1.c index 36d7ee767d99..71ddf099e7e6 100644 --- a/gcc/testsuite/gcc.dg/20040223-1.c +++ b/gcc/testsuite/gcc.dg/20040223-1.c @@ -1,5 +1,5 @@ -/* GCC was not warning about taking the address of paramaters or - fields of struct paramaters when returning them. */ +/* GCC was not warning about taking the address of parameters or + fields of struct parameters when returning them. */ /* PR c/14156 */ /* { dg-do compile } */