diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-10-09 06:03:16 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-10-09 06:03:16 +0000 |
commit | 4fe9b91c45b7b0ba4b02069f821e64fd572ce950 (patch) | |
tree | 5f5de869671afe0860dba99e31812a0a95a46c55 /gcc/dwarfout.c | |
parent | 908fecca8cba9118747951b2d9883b8abd4a94b6 (diff) | |
download | gcc-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/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index d51d575..abc24bd 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -5428,7 +5428,7 @@ output_decl (decl, containing_scope) output_pending_types_for_scope (decl); /* - Decide whether we need a unspecified_parameters DIE at the end. + Decide whether we need an unspecified_parameters DIE at the end. There are 2 more cases to do this for: 1) the ansi ... declaration - this is detectable when the end of the arg list is not a void_type_node |