aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2007-04-15 13:58:09 -0700
committerAndrew Pinski <pinskia@gcc.gnu.org>2007-04-15 13:58:09 -0700
commitd0b73842be794b587ac6842808f8c16e24f1b291 (patch)
treec728f741fa5fcbafdf5f92646183a9c7075f2d7b
parenta97dcb4c3690f2b6fa294c8931998c7a7daed883 (diff)
downloadgcc-d0b73842be794b587ac6842808f8c16e24f1b291.zip
gcc-d0b73842be794b587ac6842808f8c16e24f1b291.tar.gz
gcc-d0b73842be794b587ac6842808f8c16e24f1b291.tar.bz2
Fix typo in my last changelog entry.
From-SVN: r123853
-rw-r--r--gcc/ChangeLog2
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>