/// addr_elf_symbol_sptr_map_type.
typedef shared_ptr<addr_elf_symbol_sptr_map_type> addr_elf_symbol_sptr_map_sptr;
-/// Convenience typedef for a map that associates and @ref
+/// Convenience typedef for a map that associates an @ref
/// interned_string to a @ref function_type_sptr.
typedef unordered_map<interned_string,
function_type_sptr,
Dwarf_Die equiv_die;
ABG_ASSERT(get_canonical_die(die, equiv_die,
- /*where=*/0,
- /*die_as_type=*/true));
+ /*where=*/0,
+ /*die_as_type=*/true));
ABG_ASSERT(get_die_source(&equiv_die, source));
o = dwarf_dieoffset(&equiv_die);
}
else
// This is a *really* *SLOW* path. If it shows up in a
- // performan profile, I bet it'd be a good idea to try to
+ // performance profile, I bet it'd be a good idea to try to
// avoid it altogether.
result = d->get_hash();
}
if (decl_base_sptr d = is_decl(*i))
if (ctxt.decl_is_emitted(d))
continue;
-
o << "\n";
write_decl(*i, ctxt, indent + c.get_xml_element_indent());
}