aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-10-09 06:03:16 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-10-09 06:03:16 +0000
commit4fe9b91c45b7b0ba4b02069f821e64fd572ce950 (patch)
tree5f5de869671afe0860dba99e31812a0a95a46c55 /gcc/rtl.h
parent908fecca8cba9118747951b2d9883b8abd4a94b6 (diff)
downloadgcc-4fe9b91c45b7b0ba4b02069f821e64fd572ce950.zip
gcc-4fe9b91c45b7b0ba4b02069f821e64fd572ce950.tar.gz
gcc-4fe9b91c45b7b0ba4b02069f821e64fd572ce950.tar.bz2
c-common.c: Fix comment typos.
* c-common.c: Fix comment typos. * cfgrtl.c: Likewise. * collect2.c: Likewise. * cpplex.c: Likewise. * doloop.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * gcc.c: Likewise. * gcov.c: Likewise. * gcse.c: Likewise. * global.c: Likewise. * ifcvt.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * protoize.c: Likewise. * regclass.c: Likewise. * reorg.c: Likewise. * rtl.h: Likewise. * stmt.c: Likewise. * tree.h: Likewise. * doc/cpp.texi: Likewise. * doc/c-tree.texi: Likewise. * doc/extend.texi: Likewise. * doc/invoke.texi: Likewise. * doc/objc.texi: Likewise. * doc/tm.texi: Likewise. From-SVN: r46114
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 983036f..22f673e 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -615,7 +615,7 @@ extern const char * const reg_note_name[];
NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes. (We avoid lots of casts
between ints and pointers if we use a different macro for the block number.)
The NOTE_INSN_RANGE_{START,END} and NOTE_INSN_LIVE notes record their
- information as a rtx in the field. */
+ information as an rtx in the field. */
#define NOTE_SOURCE_FILE(INSN) XCSTR(INSN, 3, NOTE)
#define NOTE_BLOCK(INSN) XCTREE(INSN, 3, NOTE)