diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-09-13 04:25:14 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-09-13 04:25:14 -0700 |
commit | f47432d4b99a453f9107b7fd5e173384f983e679 (patch) | |
tree | 6ade52640d619634ce0ef3eb0b1ec36fb98f6a8d /bfd/elfxx-x86.h | |
parent | 9f2815a079efa19ae520293c455ec2910a9879ac (diff) | |
download | gdb-f47432d4b99a453f9107b7fd5e173384f983e679.zip gdb-f47432d4b99a453f9107b7fd5e173384f983e679.tar.gz gdb-f47432d4b99a453f9107b7fd5e173384f983e679.tar.bz2 |
elfxx-x86.h: Fix a typo in comments
* elfxx-x86.h: 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 2aee350..17aa10c 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; |