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/tree-ssa-loop-im.c | |
| parent | ebca1de4384a5c5c563f0d3337999886b01f0f7e (diff) | |
| download | gcc-0d52bcc19e63766de745d046844e8f2c12c89536.zip gcc-0d52bcc19e63766de745d046844e8f2c12c89536.tar.gz gcc-0d52bcc19e63766de745d046844e8f2c12c89536.tar.bz2 | |
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/tree-ssa-loop-im.c')
| -rw-r--r-- | gcc/tree-ssa-loop-im.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-im.c b/gcc/tree-ssa-loop-im.c index 5b00cf6..0813474 100644 --- a/gcc/tree-ssa-loop-im.c +++ b/gcc/tree-ssa-loop-im.c @@ -642,7 +642,7 @@ rewrite_bittest (block_stmt_iterator *bsi) if (TREE_CODE (stmt1) != GIMPLE_MODIFY_STMT) return stmt; - /* There is a conversion inbetween possibly inserted by fold. */ + /* There is a conversion in between possibly inserted by fold. */ t = GIMPLE_STMT_OPERAND (stmt1, 1); if (TREE_CODE (t) == NOP_EXPR || TREE_CODE (t) == CONVERT_EXPR) |
