diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-25 15:15:10 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-25 15:15:10 +0000 |
commit | 41a6f238b44ca41c7a514ef889b64f7df4532698 (patch) | |
tree | c9d2c0b2dd77109ef11a66cdf42b6e1a0fc4430e /gcc/profile.c | |
parent | 90a38175f02383508a1c2714d2ce6e9cdd4b3e73 (diff) | |
download | gcc-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.c | 2 |
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)) { |