From 95bd1dd72f8e33c77da74e7e6707f206784f6b15 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 18 Jan 2003 02:26:43 +0000 Subject: alias.c: Fix comment typos. * alias.c: Fix comment typos. * basic-block.h: Likewise. * c-common.c: Likewise. * c-common.h: Likewise. * c-decl.c: Likewise. * c-opts.c: Likewise. * c-pragma.c: Likewise. * c-pretty-print.h: Likewise. * cfg.c: Likewise. * cfganal.c: Likewise. * cfgbuild.c: Likewise. * cfgcleanup.c: Likewise. * cfglayout.c: Likewise. * cfgrtl.c: Likewise. * convert.c: Likewise. * cpphash.h: Likewise. * cpplex.c: Likewise. * cpplib.h: Likewise. * df.h: Likewise. * diagnostic.c: Likewise. * diagnostic.h: Likewise. * dwarf2.h: Likewise. From-SVN: r61462 --- gcc/cfganal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cfganal.c') diff --git a/gcc/cfganal.c b/gcc/cfganal.c index 325a64d..adbe866 100644 --- a/gcc/cfganal.c +++ b/gcc/cfganal.c @@ -234,7 +234,7 @@ set_edge_can_fallthru_flag () e->flags |= EDGE_CAN_FALLTHRU; } - /* If the BB ends with an invertable condjump all (2) edges are + /* If the BB ends with an invertible condjump all (2) edges are CAN_FALLTHRU edges. */ if (!bb->succ || !bb->succ->succ_next || bb->succ->succ_next->succ_next) continue; -- cgit v1.1