From 026c3cfd5e92e7f358290921984b57e1b433e658 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Mon, 13 Jul 2015 04:46:34 +0000 Subject: Fix double word typos. From-SVN: r225726 --- gcc/dwarf2out.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/dwarf2out.c') 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)) { -- cgit v1.1