From: Andrew Pinski Date: Sun, 15 Apr 2007 20:58:09 +0000 (-0700) Subject: Fix typo in my last changelog entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0b73842be794b587ac6842808f8c16e24f1b291;p=gcc.git Fix typo in my last changelog entry. From-SVN: r123853 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 40d06b41044..c9a8298550c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -32,7 +32,7 @@ 2007-04-14 Andrew Pinski 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