aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1998-07-01 21:53:34 +0000
committerRichard Henderson <rth@redhat.com>1998-07-01 21:53:34 +0000
commit1ff137652ba9c5477913c877f603a312b12c5951 (patch)
treeccd4455a53333c1c267435b24a9ff66c6d06cac3 /bfd
parent9ae0ae657fd3a49c352e75f325b9116d2ba8fe9b (diff)
downloadgdb-1ff137652ba9c5477913c877f603a312b12c5951.zip
gdb-1ff137652ba9c5477913c877f603a312b12c5951.tar.gz
gdb-1ff137652ba9c5477913c877f603a312b12c5951.tar.bz2
"propogate" -> "propagate"
Diffstat (limited to 'bfd')
-rw-r--r--bfd/elflink.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/elflink.h b/bfd/elflink.h
index adc0a8f..9708739 100644
--- a/bfd/elflink.h
+++ b/bfd/elflink.h
@@ -5320,7 +5320,7 @@ static boolean elf_gc_sweep_symbol
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
@@ -5542,7 +5542,7 @@ elf_gc_sweep_symbol (h, idxptr)
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;
{
@@ -5559,7 +5559,7 @@ elf_gc_propogate_vtable_entries_used (h, 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)
{
@@ -5653,7 +5653,7 @@ elf_gc_sections (abfd, info)
/* 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;