OSDN Git Service

Fix typo in my last changelog entry.
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Apr 2007 20:58:09 +0000 (20:58 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Apr 2007 20:58:09 +0000 (20:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123853 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 40d06b4..c9a8298 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>