diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-07-28 23:55:00 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-07-28 23:55:00 +0000 |
commit | cea618ac1fbb93b3b74f1861fe741d6df1bdac42 (patch) | |
tree | def25d7a21ae681586ef447d7554b6b4d334b0d5 /gcc/cfglayout.c | |
parent | 1207ac677d44f3d8480cb764a2cf6bc60debd850 (diff) | |
download | gcc-cea618ac1fbb93b3b74f1861fe741d6df1bdac42.tar.gz |
cfglayout.c, [...]: Fix comment typos.
* cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md,
config/arm/neon-schedgen.ml, config/arm/neon.ml,
config/arm/vec-common.md, config/ia64/div.md, cselib.c,
df-core.c, df.h, dominance.c, optabs.c, opts.c, reg-stack.c,
regstat.c, target.h, tree-ssa-live.c, tree-ssa-pre.c,
tree-vect-transform.c, tree.def: Fix comment typos. Follow
spelling conventions.
* doc/invoke.texi: Follow spelling conventions.
From-SVN: r127030
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r-- | gcc/cfglayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c index 88fd27243fe..7782096800e 100644 --- a/gcc/cfglayout.c +++ b/gcc/cfglayout.c @@ -1001,7 +1001,7 @@ force_one_exit_fallthru (void) redirect_edge_and_branch_force (e, forwarder); } - /* Fix up the chain of blocks -- make FORWARDER immediately preceed the + /* Fix up the chain of blocks -- make FORWARDER immediately precede the exit block. */ FOR_EACH_BB (bb) { |