aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2012-12-08 18:07:14 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2012-12-08 18:07:14 +0000
commit3d4b05fb6868e1e9cbbc047e4f23cb6e8a04f04e (patch)
treed359f083df1636eaaf7492db975b043f6e7242d3
parentacd3f1c2d42590783e6b62a811f2886f4cc2c79b (diff)
downloadgcc-3d4b05fb6868e1e9cbbc047e4f23cb6e8a04f04e.zip
gcc-3d4b05fb6868e1e9cbbc047e4f23cb6e8a04f04e.tar.gz
gcc-3d4b05fb6868e1e9cbbc047e4f23cb6e8a04f04e.tar.bz2
Fix typo
From-SVN: r194325
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <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>