diff options
author | Volker Reichelt <reichelt@gcc.gnu.org> | 2005-02-24 21:47:26 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2005-02-24 21:47:26 +0000 |
commit | 3f1176568bb51d0d953470763a715ec12dcbfea6 (patch) | |
tree | 42ae786e6a9fe0fcb904dc11ee9e36ca7e2eb8a5 /gcc/tree-eh.c | |
parent | df8a7c49f1a2f11300ac0405bb50bce188d64e0e (diff) | |
download | gcc-3f1176568bb51d0d953470763a715ec12dcbfea6.zip gcc-3f1176568bb51d0d953470763a715ec12dcbfea6.tar.gz gcc-3f1176568bb51d0d953470763a715ec12dcbfea6.tar.bz2 |
ChangeLog.5: Fix log message typo(s).
* ChangeLog.5: Fix log message typo(s).
* ChangeLog.7: Likewise.
* ChangeLog.tree-ssa: Likewise.
* cfgexpand.c: Fix comment typo(s).
* conflict.c: Likewise.
* defaults.h: Likewise.
* dwarf2out.c: Likewise.
* gcse.c: Likewise.
* ggc-page.c: Likewise.
* tree-eh.c: Likewise.
* tree-ssa-dom.c: Likewise.
From-SVN: r95516
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r-- | gcc/tree-eh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index 34c5cab..f19c851 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -755,7 +755,7 @@ lower_try_finally_fallthru_label (struct leh_tf_state *tf) alternative considered below. For the nonce, we always choose the first option. - THIS_STATE may be null if if this is a try-cleanup, not a try-finally. */ + THIS_STATE may be null if this is a try-cleanup, not a try-finally. */ static void honor_protect_cleanup_actions (struct leh_state *outer_state, |