Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / bfd / elf32-hppa.c
index e448c43b2d03cfe58aab7a573302ce2577df8771..ca3e8e12c91852711da065483d9f20c0cb308c27 100644 (file)
@@ -1214,7 +1214,7 @@ elf32_hppa_check_relocs (abfd, info, sec, relocs)
   asection *sreloc;
   asection *stubreloc;
 
-  if (info->relocateable)
+  if (info->relocatable)
     return TRUE;
 
   htab = hppa_link_hash_table (info);
@@ -3593,7 +3593,7 @@ elf32_hppa_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;
 
   symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
This page took 0.025418 seconds and 4 git commands to generate.