diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2007-06-13 02:27:04 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-06-13 02:27:04 +0000 |
commit | 0d52bcc19e63766de745d046844e8f2c12c89536 (patch) | |
tree | 53bc6532998c58f2c87be78479fff08b511afc9a /gcc/regstat.c | |
parent | ebca1de4384a5c5c563f0d3337999886b01f0f7e (diff) | |
download | gcc-0d52bcc19e63766de745d046844e8f2c12c89536.tar.gz |
auto-inc-dec.c, [...]: Fix comment typos.
* auto-inc-dec.c, c-incpath.c, config/c4x/libgcc.S,
config/sh/divcost-analysis, dbgcnt.def, df-core.c,
df-problems.c, df-scan.c, df.h, dominance.c, dse.c, regstat.c,
tree-data-ref.c, tree-ssa-loop-im.c, tree-ssa-loop-prefetch.c,
tree-vect-transform.c: Fix comment typos. Follow spelling
conventions.
From-SVN: r125666
Diffstat (limited to 'gcc/regstat.c')
-rw-r--r-- | gcc/regstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regstat.c b/gcc/regstat.c index cfd904f8304..0a028ae12b0 100644 --- a/gcc/regstat.c +++ b/gcc/regstat.c @@ -406,7 +406,7 @@ regstat_get_setjmp_crosses (void) -/* Compute callse crossed for BB. Live is a scratch bitvector. */ +/* Compute calls crossed for BB. Live is a scratch bitvector. */ static void regstat_bb_compute_calls_crossed (unsigned int bb_index, bitmap live) |