diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2015-07-13 04:46:34 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2015-07-13 04:46:34 +0000 |
commit | 026c3cfd5e92e7f358290921984b57e1b433e658 (patch) | |
tree | b334918063791e89f97a111eb02e3d0c9f8a766e /gcc/dwarf2out.c | |
parent | 7e8ce0f35920ca44b790a742ab1e5058034c7fc2 (diff) | |
download | gcc-026c3cfd5e92e7f358290921984b57e1b433e658.zip gcc-026c3cfd5e92e7f358290921984b57e1b433e658.tar.gz gcc-026c3cfd5e92e7f358290921984b57e1b433e658.tar.bz2 |
Fix double word typos.
From-SVN: r225726
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index f9e14fc..2834d57 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -25166,8 +25166,8 @@ dwarf2out_finish (const char *filename) if (flag_eliminate_dwarf2_dups) break_out_includes (comp_unit_die ()); - /* Traverse the DIE's and add add sibling attributes to those DIE's - that have children. */ + /* Traverse the DIE's and add sibling attributes to those DIE's that + have children. */ add_sibling_attributes (comp_unit_die ()); limbo_die_node *node; for (node = limbo_die_list; node; node = node->next) @@ -25445,7 +25445,7 @@ dwarf2out_early_finish (void) tree decl = node->created_for; if (DECL_ASSEMBLER_NAME (decl) != DECL_NAME (decl) /* A missing DECL_ASSEMBLER_NAME can be a constant DIE that - ended up in in deferred_asm_name before we knew it was + ended up in deferred_asm_name before we knew it was constant and never written to disk. */ && DECL_ASSEMBLER_NAME (decl)) { |