static boolean elf_gc_allocate_got_offsets
PARAMS ((struct elf_link_hash_entry *h, PTR offarg));
-static boolean elf_gc_propogate_vtable_entries_used
+static boolean elf_gc_propagate_vtable_entries_used
PARAMS ((struct elf_link_hash_entry *h, PTR dummy));
static boolean elf_gc_smash_unused_vtentry_relocs
elf_link_hash_traverse. */
static boolean
-elf_gc_propogate_vtable_entries_used (h, okp)
+elf_gc_propagate_vtable_entries_used (h, okp)
struct elf_link_hash_entry *h;
PTR okp;
{
return true;
/* Make sure the parent's table is up to date. */
- elf_gc_propogate_vtable_entries_used (h->vtable_parent, okp);
+ elf_gc_propagate_vtable_entries_used (h->vtable_parent, okp);
if (h->vtable_entries_used == NULL)
{
/* Apply transitive closure to the vtable entry usage info. */
elf_link_hash_traverse (elf_hash_table (info),
- elf_gc_propogate_vtable_entries_used,
+ elf_gc_propagate_vtable_entries_used,
(PTR) &ok);
if (!ok)
return false;