summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-10-21 16:16:48 +0000
committerH.J. Lu <hjl.tools@gmail.com>2011-10-21 16:16:48 +0000
commitc5556b8ae170c519a645949031644a31ee9cea11 (patch)
tree5371167d291bfc399eb34496d7add467d4b99325 /bfd/elf32-i386.c
parent53ac5baaf84488ed00cb0083728d6404dbf39c97 (diff)
downloadbinutils-redhat-c5556b8ae170c519a645949031644a31ee9cea11.tar.gz
Fix a typo in comments.
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.
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r--bfd/elf32-i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index c3156bdb87..01c0669595 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -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;