Fix typo in my last changelog entry.
authorAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 15 Apr 2007 20:58:09 +0000 (13:58 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 15 Apr 2007 20:58:09 +0000 (13:58 -0700)
From-SVN: r123853

gcc/ChangeLog

index 40d06b41044e4d8b2cda5dc23e6f6268a5ccc4dd..c9a8298550c05ff95b40af38392273c7ceca2425 100644 (file)
@@ -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>