aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-13 21:11:04 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-13 21:11:04 +0000
commit1f838355766df4673e245f7bc17479919effa8ff (patch)
treead31c07f0c92ca9821135e839011bb0784c3173f /gcc/except.c
parente28d0cfbfb126fd6d89fbc7459c9d94c89554f55 (diff)
downloadgcc-1f838355766df4673e245f7bc17479919effa8ff.zip
gcc-1f838355766df4673e245f7bc17479919effa8ff.tar.gz
gcc-1f838355766df4673e245f7bc17479919effa8ff.tar.bz2
c-cppbuiltin.c, [...]: Fix comment typos.
* c-cppbuiltin.c, cgraph.c, domwalk.h, except.c, gimplify.c, lambda-code.c, postreload.c, predict.c, tree-sra.c, tree-ssa-loop-manip.c, tree.c: Fix comment typos. From-SVN: r90596
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c
index 71fc011..c399eb1 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -1304,7 +1304,7 @@ emit_to_new_bb_before (rtx seq, rtx insn)
edge e;
edge_iterator ei;
- /* If there happens to be an fallthru edge (possibly created by cleanup_cfg
+ /* If there happens to be a fallthru edge (possibly created by cleanup_cfg
call), we don't want it to go into newly created landing pad or other EH
construct. */
for (ei = ei_start (BLOCK_FOR_INSN (insn)->preds); (e = ei_safe_edge (ei)); )