Correct spelling of "relocatable".
[deliverable/binutils-gdb.git] / ld / emultempl / xtensaelf.em
index b0700758f69ac6211f81093b72cdb35f0fb5ca18..bc91365037f8c371cb314496a18a02edb01178f6 100644 (file)
@@ -75,7 +75,7 @@ elf_xtensa_place_orphan (file, s)
      asection *s;
 {
   /* Early exit for relocatable links.  */
-  if (link_info.relocateable)
+  if (link_info.relocatable)
     return FALSE;
 
   return gld${EMULATION_NAME}_place_orphan (file, s);
@@ -148,7 +148,7 @@ elf_xtensa_before_allocation ()
 
   /* TBD: We need to force the page alignments to here and only do
      them as needed for the entire output section.  Finally, if this
-     is a relocateable link then we need to add alignment notes so
+     is a relocatable link then we need to add alignment notes so
      that the literals can be separated later.  */
 }
 
This page took 0.023638 seconds and 4 git commands to generate.