Fix a typo in comments.
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 21 Oct 2011 16:16:51 +0000 (16:16 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 21 Oct 2011 16:16:51 +0000 (16:16 +0000)
2011-10-21  H.J. Lu  <hongjiu.lu@intel.com>.

* elf32-i386.c (elf_i386_relocate_section): Fix a typo in
comments.
* elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.

bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf64-x86-64.c

index 1a71b6d16abe8545f0c36913564f69eaeb1e4b10..a20a75db9980ff48d69255bcdebc5009242b51e1 100644 (file)
@@ -1,3 +1,9 @@
+2011-10-21  H.J. Lu  <hongjiu.lu@intel.com>.
+
+       * elf32-i386.c (elf_i386_relocate_section): Fix a typo in
+       comments.
+       * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
+
 2011-10-21  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/13302
index c3156bdb873a012b100b6e31053521e6cb65107e..01c06695956ad0c3714a60b6e6f156f2ed3f475e 100644 (file)
@@ -3250,7 +3250,7 @@ elf_i386_relocate_section (bfd *output_bfd,
 
            case R_386_32:
              /* Generate dynamic relcoation only when there is a
-                non-GOF reference in a shared object.  */
+                non-GOT reference in a shared object.  */
              if (info->shared && h->non_got_ref)
                {
                  Elf_Internal_Rela outrel;
index a850ce7bcdc2ffaed8d033a4079d3c9e57b22d7c..645e5a24348605678d88fbb912a067698f1913a3 100644 (file)
@@ -3156,7 +3156,7 @@ elf_x86_64_relocate_section (bfd *output_bfd,
                }
 
              /* Generate dynamic relcoation only when there is a
-                non-GOF reference in a shared object.  */
+                non-GOT reference in a shared object.  */
              if (info->shared && h->non_got_ref)
                {
                  Elf_Internal_Rela outrel;
This page took 0.034426 seconds and 4 git commands to generate.