summaryrefslogtreecommitdiff
path: root/gcc/profile.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-25 15:15:10 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-25 15:15:10 +0000
commit41a6f238b44ca41c7a514ef889b64f7df4532698 (patch)
treec9d2c0b2dd77109ef11a66cdf42b6e1a0fc4430e /gcc/profile.c
parent90a38175f02383508a1c2714d2ce6e9cdd4b3e73 (diff)
downloadgcc-41a6f238b44ca41c7a514ef889b64f7df4532698.tar.gz
* output.h: Fix comment typos.
* predict.c: Likewise. * print-tree.c: Likewise. * profile.c: Likewise. * ra-build.c: Likewise. * ra-colorize.c: Likewise. * ra-debug.c: Likewise. * ra-rewrite.c: Likewise. * ra.c: Likewise. * ra.h: Likewise. * real.c: Likewise. * recog.c: Likewise. * reg-stack.c: Likewise. * regclass.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60502 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 2e705980f12..d14b86244ae 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -948,7 +948,7 @@ branch_prob ()
/* Add fake edges from entry block to the call insns that may return
twice. The CFG is not quite correct then, as call insn plays more
role of CODE_LABEL, but for our purposes, everything should be OK,
- as we never insert code to the beggining of basic block. */
+ as we never insert code to the beginning of basic block. */
for (insn = bb->head; insn != NEXT_INSN (bb->end);
insn = NEXT_INSN (insn))
{