diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-02-02 13:08:58 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-02-02 13:08:58 -0800 |
commit | fb06f1c0f25d27006b28a94e54273a6bb35b5926 (patch) | |
tree | ca3539cb0fe2bb5960d52dc93fa879d13fcf920a /bfd/elf64-x86-64.c | |
parent | 4a539596f5d54d3116c5fdebd8be56998757288b (diff) | |
download | gdb-fb06f1c0f25d27006b28a94e54273a6bb35b5926.zip gdb-fb06f1c0f25d27006b28a94e54273a6bb35b5926.tar.gz gdb-fb06f1c0f25d27006b28a94e54273a6bb35b5926.tar.bz2 |
Fix typos in bfd/ChangeLog and bfd/elf64-x86-64.c
Diffstat (limited to 'bfd/elf64-x86-64.c')
-rw-r--r-- | bfd/elf64-x86-64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 8118c1d..463ce3a 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -3194,7 +3194,7 @@ elf_x86_64_convert_load (bfd *abfd, asection *sec, /* At this point, we don't know the load addresses of TSEC section nor SEC section. We estimate the distrance between - SEC and TSEC. We store the estimated distrances in the + SEC and TSEC. We store the estimated distances in the compressed_size field of the output section, which is only used to decompress the compressed input section. */ if (sec->output_section->compressed_size == 0) |