]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
elfxx-x86.h: Fix a typo in comments
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 1 Sep 2017 19:39:38 +0000 (12:39 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 1 Sep 2017 19:39:38 +0000 (12:39 -0700)
* elfxx-x86.h (elf_x86_plt_layout_table): Fix a typo in
comments.

bfd/ChangeLog
bfd/elfxx-x86.h

index e1cdd0abd799a6dae95e161076186648219944d3..f41e5a5079aa560a7fc0966d5d6156d5718a782a 100644 (file)
@@ -1,3 +1,8 @@
+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.
index bc01ad979e9ba76abc111164a67ea1ba4476f05d..feef0e7a2a146cf6edc0e04726d8d2a3deef2eb9 100644 (file)
@@ -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.  */