This is the mail archive of the binutils-cvs@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]

[binutils-gdb] elfxx-x86.h: Fix a typo in comments


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c6295c2290d4dd89e588e26f6772c023ab154858

commit c6295c2290d4dd89e588e26f6772c023ab154858
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Sep 1 12:39:38 2017 -0700

    elfxx-x86.h: Fix a typo in comments
    
    	* elfxx-x86.h (elf_x86_plt_layout_table): Fix a typo in
    	comments.

Diff:
---
 bfd/ChangeLog   | 5 +++++
 bfd/elfxx-x86.h | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e1cdd0a..f41e5a5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
 2017-09-01  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* elfxx-x86.h (elf_x86_plt_layout_table): Fix a typo in
+	comments.
+
+2017-09-01  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* elf32-i386.c (elf_i386_mkobject): Removed.
 	(bfd_elf32_mkobject): Likewise.
 	* elf64-x86-64.c (elf_x86_64_mkobject): Likewise.
diff --git a/bfd/elfxx-x86.h b/bfd/elfxx-x86.h
index bc01ad9..feef0e7 100644
--- a/bfd/elfxx-x86.h
+++ b/bfd/elfxx-x86.h
@@ -317,7 +317,7 @@ struct elf_x86_plt_layout_table
   /* The non-lazy PLT layout for IBT.  */
   const struct elf_x86_non_lazy_plt_layout *non_lazy_ibt_plt;
 
-  /* TRUE if this is an normal x86 target.  */
+  /* TRUE if this is a normal x86 target.  */
   bfd_boolean normal_target;
 
   /* TRUE if this is a VxWorks x86 target.  */


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