diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-27 07:09:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-27 07:09:43 +0000 |
commit | a1105617991df6ea134ea207e4bcdb2b05e6e540 (patch) | |
tree | f41f4b240dc12ae9461209e19a5a72a2a6dc5e0d /gcc/combine.c | |
parent | 40fcf31b2f6ddd6c3b604620446e6447b8942745 (diff) | |
download | gcc-a1105617991df6ea134ea207e4bcdb2b05e6e540.tar.gz |
c-decl.c, [...]: Fix comment typos and formatting.
* c-decl.c, c-ppoutput.c, combine.c, cppfiles.c, dwarf2out.c,
expr.c, fold-const.c, gcc.c, haifa-sched.c, loop-iv.c,
params.def, read-rtl.c, rtl.c, rtlanal.c, toplev.c: Fix
comment typos and formatting. Follow spelling conventions.
From-SVN: r78555
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index 9e541ad61f2..b7cad3fcbad 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -1452,7 +1452,7 @@ try_combine (rtx i3, rtx i2, rtx i1, int *new_direct_jump_p) int added_sets_1, added_sets_2; /* Total number of SETs to put into I3. */ int total_sets; - /* Nonzero is I2's body now appears in I3. */ + /* Nonzero if I2's body now appears in I3. */ int i2_is_used; /* INSN_CODEs for new I3, new I2, and user of condition code. */ int insn_code_number, i2_code_number = 0, other_code_number = 0; |