summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-09-13 04:25:14 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-09-13 04:25:14 -0700
commitf47432d4b99a453f9107b7fd5e173384f983e679 (patch)
tree6ade52640d619634ce0ef3eb0b1ec36fb98f6a8d
parent9f2815a079efa19ae520293c455ec2910a9879ac (diff)
downloadbinutils-gdb-f47432d4b99a453f9107b7fd5e173384f983e679.tar.gz
elfxx-x86.h: Fix a typo in comments
* elfxx-x86.h: Fix a typo in comments.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elfxx-x86.h2
2 files changed, 5 insertions, 1 deletions
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 <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().
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;