From c293fa4964b4d28ba0ea1f2551ef633024a0160f Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 21 Oct 2011 16:16:51 +0000 Subject: [PATCH] Fix a typo in comments. 2011-10-21 H.J. Lu . * elf32-i386.c (elf_i386_relocate_section): Fix a typo in comments. * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise. --- bfd/ChangeLog | 6 ++++++ bfd/elf32-i386.c | 2 +- bfd/elf64-x86-64.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1a71b6d16a..a20a75db99 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2011-10-21 H.J. Lu . + + * 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 PR ld/13302 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; diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index a850ce7bcd..645e5a2434 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -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; -- 2.34.1