This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: fix typo in comments


I've committed this as obvious.

-Sandra
2007-05-03  Sandra Loosemore  <sandra@codesourcery.com>

	bfd/
	* elf32-arm.c (allocate_dynrelocs): Fix typo in comment.

Index: bfd/elf32-arm.c
===================================================================
--- bfd/elf32-arm.c	(revision 170344)
+++ bfd/elf32-arm.c	(working copy)
@@ -8743,7 +8743,7 @@
 
   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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]