Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / bfd / elf32-i386.c
index 16ef09f9c0eaa88f714e4a35e385329ca0ec53af..3c7bbd991daaaec5f591f1575111efd34ec6cbcf 100644 (file)
@@ -817,7 +817,7 @@ elf_i386_check_relocs (bfd *abfd,
   const Elf_Internal_Rela *rel_end;
   asection *sreloc;
 
-  if (info->relocateable)
+  if (info->relocatable)
     return TRUE;
 
   htab = elf_i386_hash_table (info);
@@ -2034,7 +2034,7 @@ elf_i386_relocate_section (bfd *output_bfd,
 
       r_symndx = ELF32_R_SYM (rel->r_info);
 
-      if (info->relocateable)
+      if (info->relocatable)
        {
          bfd_vma val;
          bfd_byte *where;
This page took 0.024776 seconds and 4 git commands to generate.