Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / bfd / elf64-x86-64.c
index b39cdcd819c17d706e67dcca3e48090966dec3e7..76af7df9e6856a9479c35c76b7281af2f6afd713 100644 (file)
@@ -705,7 +705,7 @@ elf64_x86_64_check_relocs (abfd, info, sec, relocs)
   const Elf_Internal_Rela *rel_end;
   asection *sreloc;
 
-  if (info->relocateable)
+  if (info->relocatable)
     return TRUE;
 
   htab = elf64_x86_64_hash_table (info);
@@ -1872,7 +1872,7 @@ elf64_x86_64_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 = elf64_x86_64_hash_table (info);
This page took 0.024487 seconds and 4 git commands to generate.