elfxx-x86.h: Fix a typo in comments

* elfxx-x86.h: Fix a typo in comments.
This commit is contained in:
H.J. Lu 2017-09-13 04:25:14 -07:00
parent 9f2815a079
commit f47432d4b9
2 changed files with 5 additions and 1 deletions

View File

@ -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().

View File

@ -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;