summaryrefslogtreecommitdiffstats
path: root/gcc/profile.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-13 04:11:23 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-13 04:11:23 +0000
commitc7bf1374eab287829a08f0ea9de1a89272473a44 (patch)
tree3ace7d8aa6d41f25c3ff3840fe7c4e81987b2a1b /gcc/profile.c
parent28fcc230ea4bc48ae72bb1c88548f54679a7f716 (diff)
downloadppe42-gcc-c7bf1374eab287829a08f0ea9de1a89272473a44.tar.gz
ppe42-gcc-c7bf1374eab287829a08f0ea9de1a89272473a44.zip
* c-typeck.c: Fix comment typos.
* calls.c: Likewise. * cfgcleanup.c: Likewise. * cgraph.h: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * explow.c: Likewise. * expr.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * ggc-zone.c: Likewise. * ifcvt.c: Likewise. * local-alloc.c: Likewise. * predict.c: Likewise. * pretty-print.c: Likewise. * profile.c: Likewise. * ra-colorize.c: Likewise. * sched-vis.c: Likewise. * stor-layout.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74594 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/profile.c')
-rw-r--r--gcc/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c
index 5e117e1a1ed..b7b39a2f5a8 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -502,7 +502,7 @@ compute_branch_probabilities (void)
}
for (e = bb->succ; e; e = e->succ_next)
{
- /* Function may return twice in the cased the called fucntion is
+ /* Function may return twice in the cased the called function is
setjmp or calls fork, but we can't represent this by extra
edge from the entry, since extra edge from the exit is
already present. We get negative frequency from the entry
OpenPOWER on IntegriCloud