diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-17 14:24:24 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-17 14:24:24 +0000 |
commit | 98667efb12c84661c95a2c8eb39150e212031c53 (patch) | |
tree | 2cb49286c2dc56eb4c87f9c8f6bf3d0ed54ea367 /gcc/flow.c | |
parent | c156d8c16915162f48797d878d34c1b4717f1108 (diff) | |
download | gcc-98667efb12c84661c95a2c8eb39150e212031c53.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61443 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index 81f1be101cf..5e51818de0b 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -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. */ |