diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-07-07 13:00:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-07-07 13:00:43 +0000 |
commit | 6ed3da0066019f8902326857ca7b9cfb5dafab89 (patch) | |
tree | 2df17d84a1e7c3d50ad947abc81829a2a46d4f60 /gcc/tree-if-conv.c | |
parent | acde59b4419ee48716341483ad5576b9420ecc34 (diff) | |
download | gcc-6ed3da0066019f8902326857ca7b9cfb5dafab89.zip gcc-6ed3da0066019f8902326857ca7b9cfb5dafab89.tar.gz gcc-6ed3da0066019f8902326857ca7b9cfb5dafab89.tar.bz2 |
auto-inc-dec.c, [...]: Fix comment typos.
* auto-inc-dec.c, config/arm/arm.c,
config/m32r/constraints.md, config/mips/mips.md,
config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c,
df-problems.c, df-scan.c, df.h, dse.c, gimplify.c,
tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment
typos. Follow spelling conventions.
* doc/invoke.texi, doc/rtl.texi: Fix typos.
From-SVN: r126439
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index bd828bc..c1ce57e 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -667,7 +667,7 @@ add_to_dst_predicate_list (struct loop * loop, edge e, /* During if-conversion aux field from basic block structure is used to hold predicate list. Clean each basic block's predicate list for the given LOOP. - Also clean aux field of succesor edges, used to hold true and false + Also clean aux field of successor edges, used to hold true and false condition from conditional expression. */ static void |