]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR 33840 typo in elfnn-loongarch.c
authorAlan Modra <amodra@gmail.com>
Tue, 27 Jan 2026 22:53:21 +0000 (09:23 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 27 Jan 2026 22:54:33 +0000 (09:24 +1030)
s/marching/matching/

bfd/elfnn-loongarch.c

index 1644416a2ef896d9fefd95b0a63bb7bd1f02a093..46750b152baabc52d9a6931cb5ab1656ae7411f2 100644 (file)
@@ -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)
        {