aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-23 12:39:58 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2001-07-23 12:39:58 +0200
commit075cc945ada230e9618be57bc9eb9b53b966fc15 (patch)
tree3e88920994f7d8ededcbc7364bcd5489d3189170 /contrib
parentf3a0f754ad5f9f550e4408cdf9ab771bf4f528e8 (diff)
downloadgcc-075cc945ada230e9618be57bc9eb9b53b966fc15.zip
gcc-075cc945ada230e9618be57bc9eb9b53b966fc15.tar.gz
gcc-075cc945ada230e9618be57bc9eb9b53b966fc15.tar.bz2
* analyze_brprob: Fix typos.
From-SVN: r44262
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/analyze_brprob6
2 files changed, 7 insertions, 3 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 7279ad9..aa4d0bf 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-23 Andreas Jaeger <aj@suse.de>
+
+ * analyze_brprob: Fix typos.
+
2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
* texi2pod.pl: Handle @r inside @item.
diff --git a/contrib/analyze_brprob b/contrib/analyze_brprob
index 4806809..53de83e 100755
--- a/contrib/analyze_brprob
+++ b/contrib/analyze_brprob
@@ -1,5 +1,5 @@
#!/usr/bin/awk -f
-# Script to analyze experimental results of our branch prediction heursitics
+# Script to analyze experimental results of our branch prediction heuristics
# Contributed by Jan Hubicka, SuSE inc.
# Copyright (C) 2001 Free Software Foundation, Inc.
#
@@ -22,7 +22,7 @@
#
#
# This script is used to calculate two basic properties of the branch prediction
-# heursitics - coverage and hitrate. Coverage is number of executions of given
+# heuristics - coverage and hitrate. Coverage is number of executions of given
# branch matched by the heuristics and hitrate is probability that once branch is
# predicted as taken it is really taken.
#
@@ -58,7 +58,7 @@
#noreturn call 951 27.6% 100.00%/100.00% 1759809 17.6%
#
# The heuristics called "first match" is heuristics used by gcc branch
-# prediction pass and it predicts 89.92% branches correctly.
+# prediction pass and it predicts 89.92% branches correctly.
#
# The quality of heuristics can be rated using both, coverage and hitrate
# parameters. For example "loop branch" heuristics (predicting loopback edge