aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2012-12-08 18:07:14 +0000
committerEric Botcazou <ebotcazou@adacore.com>2012-12-08 18:07:14 +0000
commit6158066e202db380f0bfecdff04c366ca50cca3a (patch)
treed359f083df1636eaaf7492db975b043f6e7242d3
parentccd622ec7ef370707547e9f97242f79f3ab9e65a (diff)
Fix typo
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@194325 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 96fe2ecee59..c2f13d2a728 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,7 +1,7 @@
2012-12-08 Eric Botcazou <ebotcazou@adacore.com>
* 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 <steven@gcc.gnu.org>