diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2007-04-15 13:58:09 -0700 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2007-04-15 13:58:09 -0700 |
commit | d0b73842be794b587ac6842808f8c16e24f1b291 (patch) | |
tree | c728f741fa5fcbafdf5f92646183a9c7075f2d7b /gcc | |
parent | a97dcb4c3690f2b6fa294c8931998c7a7daed883 (diff) | |
download | gcc-d0b73842be794b587ac6842808f8c16e24f1b291.zip gcc-d0b73842be794b587ac6842808f8c16e24f1b291.tar.gz gcc-d0b73842be794b587ac6842808f8c16e24f1b291.tar.bz2 |
Fix typo in my last changelog entry.
From-SVN: r123853
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 40d06b4..c9a82985 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -32,7 +32,7 @@ 2007-04-14 Andrew Pinski <andrew_pinski@playstation.sony.com> PR c/31520 - * c-del.c (finish_decl): Grab the type of the decl after the call + * c-decl.c (finish_decl): Grab the type of the decl after the call to store_init_value. 2007-04-14 Steven Bosscher <steven@gcc.gnu.org> |