Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / bfd / elf64-s390.c
index b5d724a5582fad28eeb7a50c493f218dc7477313..21501de8d2adae98ba686132b502afd802c22cad 100644 (file)
@@ -849,7 +849,7 @@ elf_s390_check_relocs (abfd, info, sec, relocs)
   bfd_signed_vma *local_got_refcounts;
   int tls_type, old_tls_type;
 
-  if (info->relocateable)
+  if (info->relocatable)
     return TRUE;
 
   htab = elf_s390_hash_table (info);
@@ -2169,7 +2169,7 @@ elf_s390_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 = elf_s390_hash_table (info);
This page took 0.035589 seconds and 4 git commands to generate.