From: H.J. Lu Date: Fri, 1 Sep 2017 19:39:38 +0000 (-0700) Subject: elfxx-x86.h: Fix a typo in comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6295c2290d4dd89e588e26f6772c023ab154858;p=binutils-gdb.git elfxx-x86.h: Fix a typo in comments * elfxx-x86.h (elf_x86_plt_layout_table): Fix a typo in comments. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e1cdd0abd79..f41e5a5079a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2017-09-01 H.J. Lu + + * elfxx-x86.h (elf_x86_plt_layout_table): Fix a typo in + comments. + 2017-09-01 H.J. Lu * elf32-i386.c (elf_i386_mkobject): Removed. diff --git a/bfd/elfxx-x86.h b/bfd/elfxx-x86.h index bc01ad979e9..feef0e7a2a1 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. */