aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gcc.gnu.org>2013-04-30 08:53:58 -0700
committerH.J. Lu <hjl@gcc.gnu.org>2013-04-30 08:53:58 -0700
commitb0dec6074782cab0b40ae2b130a10f385ea40e07 (patch)
treeb83cbeda4cd6e437e53d6067c8d9425706067072 /gcc
parentf91674c330f6b8708de246bef2eb6ae3e153426b (diff)
downloadgcc-b0dec6074782cab0b40ae2b130a10f385ea40e07.zip
gcc-b0dec6074782cab0b40ae2b130a10f385ea40e07.tar.gz
gcc-b0dec6074782cab0b40ae2b130a10f385ea40e07.tar.bz2
Fix a typo in ChangeLog
From-SVN: r198458
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 86b524c..2122acc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,6 @@
2013-04-30 H.J. Lu <hongjiu.lu@intel.com>
- * value-prof.c (stream_in_histogram_value): Remove the trayed
+ * value-prof.c (stream_in_histogram_value): Remove the strayed
debug_gimple_stmt.
2013-04-30 Richard Biener <rguenther@suse.de>