From e26ff4b5a90a67fc440052f6101464939347b1f2 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 3 Mar 2022 13:17:15 +1030 Subject: [PATCH] comment typo fix --- bfd/elf64-ppc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 89ce4cfba0d..f4d2bf053c3 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -13469,7 +13469,7 @@ sort_relr (struct ppc_link_hash_table *htab) } /* Look over GOT and PLT entries saved on elf_local_got_ents for all - all input files, stashing info about needed relative relocs. */ + input files, stashing info about needed relative relocs. */ static bool got_and_plt_relr_for_local_syms (struct bfd_link_info *info) -- 2.30.2