From 3f1176568bb51d0d953470763a715ec12dcbfea6 Mon Sep 17 00:00:00 2001 From: Volker Reichelt Date: Thu, 24 Feb 2005 21:47:26 +0000 Subject: 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 --- gcc/tree-eh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-eh.c') 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, -- cgit v1.1