diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-01-17 14:24:24 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-01-17 14:24:24 +0000 |
commit | fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b (patch) | |
tree | 2cb49286c2dc56eb4c87f9c8f6bf3d0ed54ea367 /gcc/flow.c | |
parent | 095f90933f648fbf24528d7a7aecf76399f3e743 (diff) | |
download | gcc-fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b.zip gcc-fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b.tar.gz gcc-fbe5a4a607f0dcb330bbb63e041c1dfaf63c883b.tar.bz2 |
et-forest.c: Fix comment typos.
* et-forest.c: Fix comment typos.
* et-forest.h: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* flags.h: Likewise.
* flow.c: Likewise.
* gcc.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* genautomata.c: Likewise.
* gengtype.c: Likewise.
* genrecog.c: Likewise.
* global.c: Likewise.
* gthr-rtems.h: Likewise.
From-SVN: r61443
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -274,7 +274,7 @@ struct propagate_block_info /* Nonzero if the value of CC0 is live. */ int cc0_live; - /* Flags controling the set of information propagate_block collects. */ + /* Flags controlling the set of information propagate_block collects. */ int flags; }; @@ -1680,7 +1680,7 @@ propagate_one_insn (pbi, insn) } /* Similarly if INSN contains a LIBCALL note, remove the - dnagling REG_RETVAL note. */ + dangling REG_RETVAL note. */ note = find_reg_note (insn, REG_LIBCALL, NULL_RTX); if (note) { @@ -4231,7 +4231,7 @@ dump_regset (r, outf) }); } -/* Print a human-reaable representation of R on the standard error +/* Print a human-readable representation of R on the standard error stream. This function is designed to be used from within the debugger. */ |