aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfnn-aarch64.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-12-05 10:05:19 +1030
committerAlan Modra <amodra@gmail.com>2017-12-06 14:21:45 +1030
commitdce2246a6c934bf35157e8970d0da5a11aefb282 (patch)
tree516b00a957e79ccb025e2107d8a0a341abb235f0 /bfd/elfnn-aarch64.c
parent8fbc617a46b015098876a7515c3a7ad6d1682876 (diff)
downloadgdb-dce2246a6c934bf35157e8970d0da5a11aefb282.zip
gdb-dce2246a6c934bf35157e8970d0da5a11aefb282.tar.gz
gdb-dce2246a6c934bf35157e8970d0da5a11aefb282.tar.bz2
Comment tidy
Past tense is wrong for a comment before some action. * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Comment tidy. * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Likewise. * elfnn-aarch64.c (elfNN_aarch64_adjust_dynamic_symbol): Likewise.
Diffstat (limited to 'bfd/elfnn-aarch64.c')
-rw-r--r--bfd/elfnn-aarch64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfnn-aarch64.c b/bfd/elfnn-aarch64.c
index a4ee136..4767fbb 100644
--- a/bfd/elfnn-aarch64.c
+++ b/bfd/elfnn-aarch64.c
@@ -6811,7 +6811,7 @@ elfNN_aarch64_adjust_dynamic_symbol (struct bfd_link_info *info,
if (ELIMINATE_COPY_RELOCS)
{
struct elf_aarch64_link_hash_entry *eh;
- /* If we didn't find any dynamic relocs in read-only sections, then
+ /* If we don't find any dynamic relocs in read-only sections, then
we'll be keeping the dynamic relocs and avoiding the copy reloc. */
eh = (struct elf_aarch64_link_hash_entry *) h;
if (!need_copy_relocation_p (eh))