From: ebotcazou Date: Sat, 8 Dec 2012 18:07:14 +0000 (+0000) Subject: Fix typo X-Git-Tag: upstream/4.9.2~8654 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f29a8d39f6deb05405189f3e4dd06274ff2006e;p=platform%2Fupstream%2Flinaro-gcc.git Fix typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194325 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 96fe2ec..c2f13d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,7 @@ 2012-12-08 Eric Botcazou * lto-streamer-out.c (lto_write_tree): Do not reset the DECL_INITIAL of - variables in the global contant pool. + variables in the global constant pool. 2012-12-08 Steven Bosscher