Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / bfd / elf32-vax.c
index 1aca042c61c6669f1efc59e7aef03909615c77d0..3ad97478856ca8c30d61644d5627d912c8b2b88a 100644 (file)
@@ -578,7 +578,7 @@ elf_vax_check_relocs (abfd, info, sec, relocs)
   asection *srelgot;
   asection *sreloc;
 
-  if (info->relocateable)
+  if (info->relocatable)
     return TRUE;
 
   dynobj = elf_hash_table (info)->dynobj;
@@ -1440,7 +1440,7 @@ elf_vax_relocate_section (output_bfd, info, input_bfd, input_section,
   Elf_Internal_Rela *rel;
   Elf_Internal_Rela *relend;
 
-  if (info->relocateable)
+  if (info->relocatable)
     return TRUE;
 
   dynobj = elf_hash_table (info)->dynobj;
This page took 0.029601 seconds and 4 git commands to generate.