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]

Re: [committed, PATCH] x86: Update comments in elfxx-x86.h


On Wed, Sep 13, 2017 at 12:48 AM, Alan Modra <amodra@gmail.com> wrote:
> On Fri, Sep 08, 2017 at 09:15:01AM -0700, H.J. Lu wrote:
>> +  /* Terue if symbol is referenced by R_386_GOTOFF relocation.  This is
>
> typo
>

I checked in this.

Thanks.


-- 
H.J.
----
>From f47432d4b99a453f9107b7fd5e173384f983e679 Mon Sep 17 00:00:00 2001
From: "H.J. Lu" <hjl.tools@gmail.com>
Date: Wed, 13 Sep 2017 04:25:14 -0700
Subject: [PATCH] elfxx-x86.h: Fix a typo in comments

* elfxx-x86.h: Fix a typo in comments.
---
 bfd/ChangeLog   | 4 ++++
 bfd/elfxx-x86.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6eebc4501d..7c208cae7f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+ * elfxx-x86.h: Fix a typo in comments.
+
 2017-09-09  Kamil Rytarowski  <n54@gmx.com>

  * elf32-nds32.c: Rename __BIT() to N32_BIT().
diff --git a/bfd/elfxx-x86.h b/bfd/elfxx-x86.h
index 2aee350037..17aa10cd56 100644
--- a/bfd/elfxx-x86.h
+++ b/bfd/elfxx-x86.h
@@ -109,7 +109,7 @@ struct elf_x86_link_hash_entry
   /* TRUE if symbol is defined by linker.  */
   unsigned int linker_def : 1;

-  /* Terue if symbol is referenced by R_386_GOTOFF relocation.  This is
+  /* TRUE if symbol is referenced by R_386_GOTOFF relocation.  This is
      only used by i386.  */
   unsigned int gotoff_ref : 1;

-- 
2.13.5


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