From: Alan Modra Date: Tue, 27 Jan 2026 22:53:21 +0000 (+1030) Subject: PR 33840 typo in elfnn-loongarch.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c9b48f2eda429b3ef09a8239a472f6a72541a53;p=thirdparty%2Fbinutils-gdb.git PR 33840 typo in elfnn-loongarch.c s/marching/matching/ --- diff --git a/bfd/elfnn-loongarch.c b/bfd/elfnn-loongarch.c index 1644416a2ef..46750b152ba 100644 --- a/bfd/elfnn-loongarch.c +++ b/bfd/elfnn-loongarch.c @@ -910,7 +910,7 @@ loongarch_find_pcrel_hi_reloc (loongarch_pcrel_relocs *p, bfd_vma address) loongarch_pcrel_hi_reloc *entry = htab_find (p->hi_relocs, &search); if (entry == NULL) - _bfd_error_handler (_("pcrel_lo missing marching pcrel_hi")); + _bfd_error_handler (_("pcrel_lo missing matching pcrel_hi")); return entry; } @@ -3483,7 +3483,7 @@ loongarch_resolve_pcrel_lo_relocs (loongarch_pcrel_relocs *p) char *string = NULL; if (entry == NULL) - string = _("%pcrel_lo missing marching %pcrel_hi"); + string = _("%pcrel_lo missing matching %pcrel_hi"); if (string != NULL) {