diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-09-01 12:39:38 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-09-01 12:39:38 -0700 |
commit | c6295c2290d4dd89e588e26f6772c023ab154858 (patch) | |
tree | 7767180c212fac6e9dbe71c1a073277282b76ce2 /bfd/elfxx-x86.h | |
parent | 39946cc227a1bfbae6d6a2a968f4935d9f8b92a7 (diff) | |
download | gdb-c6295c2290d4dd89e588e26f6772c023ab154858.zip gdb-c6295c2290d4dd89e588e26f6772c023ab154858.tar.gz gdb-c6295c2290d4dd89e588e26f6772c023ab154858.tar.bz2 |
elfxx-x86.h: Fix a typo in comments
* elfxx-x86.h (elf_x86_plt_layout_table): Fix a typo in
comments.
Diffstat (limited to 'bfd/elfxx-x86.h')
-rw-r--r-- | bfd/elfxx-x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |