aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>2004-09-28 23:44:51 -0700
committerPer Bothner <bothner@gcc.gnu.org>2004-09-28 23:44:51 -0700
commitac973acecf15e6c8830ce30c9a66f5c229417a2a (patch)
tree648ab7628652e73efe80b27da2a10d93173b8567
parent50fd1c970f533732a7c4e948adbe901f93965ee3 (diff)
downloadgcc-ac973acecf15e6c8830ce30c9a66f5c229417a2a.zip
gcc-ac973acecf15e6c8830ce30c9a66f5c229417a2a.tar.gz
gcc-ac973acecf15e6c8830ce30c9a66f5c229417a2a.tar.bz2
Oops - fix typo in ChangeLog.
From-SVN: r88272
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d335cf4..95c7d04 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,6 @@
2004-09-28 Per Bothner <per@bothner.com>
- * profile.c (brnahc_prob): Pass correct value to output_location,
+ * profile.c (branch_prob): Pass correct value to output_location,
even when USE_MAPPED_LOCATION. Fixes bug from 09-11.
2004-09-28 Richard Henderson <rth@redhat.com>