]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix a typo in comment in elf32-i386.c
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 28 Oct 2015 16:03:59 +0000 (09:03 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 28 Oct 2015 16:15:40 +0000 (09:15 -0700)
* elf32-i386.c (elf_i386_relocate_section): Fix a typo in
comment.

bfd/ChangeLog
bfd/elf32-i386.c

index ba8466f46ff5e18cc6e77346ab507c82ef6f4817..e124aa61f13f27d2496858a1566d8eee3cb83c36 100644 (file)
@@ -1,3 +1,8 @@
+2015-10-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf32-i386.c (elf_i386_relocate_section): Fix a typo in
+       comment.
+
 2015-10-28  Nick Clifton  <nickc@redhat.com>
 
        * elf32-arm.c (create_instruction_branch_absolute): Replace
index fca7663ba99ffc56aa2aa1f6826a96ef213e0e1b..98d2b495535bd7171c1fd614971177c500bb2b2a 100644 (file)
@@ -4006,7 +4006,7 @@ elf_i386_relocate_section (bfd *output_bfd,
          if (!bfd_link_pic (info))
            {
              /* If not PIC, add the .got.plt section address for
-                baseless adressing.  */
+                baseless addressing.  */
              unsigned int modrm;
              modrm = bfd_get_8 (abfd, contents + rel->r_offset - 1);
              if ((modrm & 0xc7) == 0x5)