diff options
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)) { |