2007-05-03 Sandra Loosemore <sandra@codesourcery.com>
authorSandra Loosemore <sandra@codesourcery.com>
Thu, 3 May 2007 19:27:14 +0000 (19:27 +0000)
committerSandra Loosemore <sandra@codesourcery.com>
Thu, 3 May 2007 19:27:14 +0000 (19:27 +0000)
bfd/
* elf32-arm.c (allocate_dynrelocs): Fix typo in comment.

bfd/ChangeLog
bfd/elf32-arm.c

index 00ae68efa8124b731ea7f74423c5cd5b7ebd923b..4726c96e2c27a8abd1395ede758b23fb8437ad1e 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-03  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * elf32-arm.c (allocate_dynrelocs): Fix typo in comment.
+
 2007-05-03  Vincent Riviere  <vincent.riviere@freesbee.fr>
            Nick Clifton  <nickc@redhat.com>
 
index 38626539ec045470dc8ce3d3afd2840705eb9af0..97f4fd0858592cab041d3e52992cb283ed5b06e8 100644 (file)
@@ -8743,7 +8743,7 @@ allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf)
 
   if (info->shared || htab->root.is_relocatable_executable)
     {
-      /* The only reloc thats uses pc_count are R_ARM_REL32 and
+      /* The only relocs that use pc_count are R_ARM_REL32 and
          R_ARM_REL32_NOI, which will appear on something like
          ".long foo - .".  We want calls to protected symbols to resolve
          directly to the function rather than going via the plt.  If people