diff options
author | Yuri Chornovian <yurchor@ukr.net> | 2017-07-18 16:58:14 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-07-18 16:58:14 +0100 |
commit | de194d8575765da6c7905d09b8675c59fad035e9 (patch) | |
tree | b5d104395b4fb836d6b3a7687faa48d6a2544210 /bfd/elf64-ppc.c | |
parent | c5ed057625f886b14d9def3fa7488fd8bbbf7dd3 (diff) | |
download | gdb-de194d8575765da6c7905d09b8675c59fad035e9.zip gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.gz gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.bz2 |
Fix spelling typos.
Diffstat (limited to 'bfd/elf64-ppc.c')
-rw-r--r-- | bfd/elf64-ppc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 70ad6c5..9903373 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -8904,7 +8904,7 @@ ppc64_elf_tls_optimize (struct bfd_link_info *info) the values of any global symbols in a toc section that has been edited. Globals in toc sections should be a rarity, so this function sets a flag if any are found in toc sections other than the one just - edited, so that futher hash table traversals can be avoided. */ + edited, so that further hash table traversals can be avoided. */ struct adjust_toc_info { @@ -9400,7 +9400,7 @@ ppc64_elf_edit_toc (struct bfd_link_info *info) /* Merge the used and skip arrays. Assume that TOC doublewords not appearing as either used or unused belong - to to an entry more than one doubleword in size. */ + to an entry more than one doubleword in size. */ for (drop = skip, keep = used, last = 0, some_unused = 0; drop < skip + (toc->size + 7) / 8; ++drop, ++keep) |