Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / bfd / elf32-sparc.c
index 5f1bec589c7c2c2eb684f51d4300c59aae7eb43a..83d4c47187f0b47f7b109b35ffbbd093b1aad70d 100644 (file)
@@ -862,7 +862,7 @@ elf32_sparc_check_relocs (abfd, info, sec, relocs)
   asection *sreloc;
   bfd_boolean checked_tlsgd = FALSE;
 
-  if (info->relocateable)
+  if (info->relocatable)
     return TRUE;
 
   htab = elf32_sparc_hash_table (info);
@@ -2126,7 +2126,7 @@ elf32_sparc_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;
 
   htab = elf32_sparc_hash_table (info);
This page took 0.035705 seconds and 4 git commands to generate.