From: H.J. Lu Date: Wed, 13 Sep 2017 11:25:14 +0000 (-0700) Subject: elfxx-x86.h: Fix a typo in comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f47432d4b99a453f9107b7fd5e173384f983e679;p=binutils-gdb.git elfxx-x86.h: Fix a typo in comments * elfxx-x86.h: Fix a typo in comments. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6eebc4501de..7c208cae7f8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2017-09-13 H.J. Lu + + * elfxx-x86.h: Fix a typo in comments. + 2017-09-09 Kamil Rytarowski * elf32-nds32.c: Rename __BIT() to N32_BIT(). diff --git a/bfd/elfxx-x86.h b/bfd/elfxx-x86.h index 2aee3500375..17aa10cd560 100644 --- a/bfd/elfxx-x86.h +++ b/bfd/elfxx-x86.h @@ -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;