Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / bfd / elf32-s390.c
index 97be1dbd013052ed08ae5b0e4b7d0d9026f25760..50d430dba99bceb6cf3e65b81d53ef98f7183794 100644 (file)
@@ -895,7 +895,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);
@@ -2198,7 +2198,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.025224 seconds and 4 git commands to generate.