]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
elfxx-x86.h: Fix a typo in comments
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 13 Sep 2017 11:25:14 +0000 (04:25 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 13 Sep 2017 11:25:14 +0000 (04:25 -0700)
* elfxx-x86.h: Fix a typo in comments.

bfd/ChangeLog
bfd/elfxx-x86.h

index 6eebc4501deef4aff57c890526d79fc77d9f9f2f..7c208cae7f8526819ced50a5c3303eb3570e85c1 100644 (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().
index 2aee3500375f0ea07a55afa0a83d558a49c7557e..17aa10cd5606b4ac916046af851867c096cbeb1a 100644 (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;