aboutsummaryrefslogtreecommitdiff
path: root/gcc/regstat.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-07-28 23:55:00 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-07-28 23:55:00 +0000
commitcea618ac1fbb93b3b74f1861fe741d6df1bdac42 (patch)
treedef25d7a21ae681586ef447d7554b6b4d334b0d5 /gcc/regstat.c
parent1207ac677d44f3d8480cb764a2cf6bc60debd850 (diff)
downloadgcc-cea618ac1fbb93b3b74f1861fe741d6df1bdac42.zip
gcc-cea618ac1fbb93b3b74f1861fe741d6df1bdac42.tar.gz
gcc-cea618ac1fbb93b3b74f1861fe741d6df1bdac42.tar.bz2
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/regstat.c')
-rw-r--r--gcc/regstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regstat.c b/gcc/regstat.c
index 86afc38..9f8e41f 100644
--- a/gcc/regstat.c
+++ b/gcc/regstat.c
@@ -395,7 +395,7 @@ regstat_get_setjmp_crosses (void)
Process REG_N_CALLS_CROSSED.
This is used by sched_deps. A good implementation of sched-deps
- would really process the blocks directly rather than going thur
+ would really process the blocks directly rather than going through
lists of insns. If it did this, it could use the exact regs that
cross an individual call rather than using this info that merges
the info for all calls.