diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-08 01:38:27 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-08 01:38:27 +0000 |
commit | 037845e55755f9d46e07be6df6f59eeeb305206b (patch) | |
tree | ac6eaf9720b1013a5b3dc4f6abec3d7ed67daa1c /gcc/dwarf2out.c | |
parent | 6604994e4331f38664f163ff4b71379658e0bdc5 (diff) | |
download | gcc-037845e55755f9d46e07be6df6f59eeeb305206b.tar.gz |
* calls.c: Fix comment formatting.
* cfgloopanal.c: Likewise.
* cfgloopmanip.c: Likewise.
* combine.c: Likewise.
* dwarf2out.c: Likewise.
* ggc-common.c: Likewise.
* langhooks.c: Likewise.
* loop-unroll.c: Likewise.
* loop.c: Likewise.
* ra-build.c: Likewise.
* sbitmap.c: Likewise.
* toplev.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63966 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index e5f81f2c27f..c2aa5b11d35 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -12755,7 +12755,7 @@ output_indirect_string (h, v) /* Clear the marks for a die and its children. - Be cool if the mark isn't set. */ + Be cool if the mark isn't set. */ static void prune_unmark_dies (die) @@ -12829,7 +12829,7 @@ prune_unused_types_mark (die, dokids) for (c = die->die_child; c; c = c->die_sib) { /* If this is an array type, we need to make sure our - kids get marked, even if they're types. */ + kids get marked, even if they're types. */ if (die->die_tag == DW_TAG_array_type) prune_unused_types_mark (c, 1); else |