[binutils-gdb] [gdb] Fix typo in gdb/microblaze-linux-nat.c

Tom de Vries via Gdb-cvs <[email protected]> Mon, 15 Jun 2026 11:29:17 +0000 (GMT)
Newsgroups gmane.comp.gdb.cvs
Message-ID <[email protected]>
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0626ddbdf83a73185e484fa050e8a0e97400b3f4

commit 0626ddbdf83a73185e484fa050e8a0e97400b3f4
Author: Tom de Vries <[email protected]>
Date:   Mon Jun 15 13:29:13 2026 +0200

    [gdb] Fix typo in gdb/microblaze-linux-nat.c
    
    Result of:
    ...
    $ codespell --toml gdb/pyproject.toml -w -i3 gdb/microblaze-linux-nat.c
    /* Transfering floating-point registers between GDB, inferiors and cores.
            Transfering ==> Transferring (Y/n)
    FIXED: gdb/microblaze-linux-nat.c
      gdb/microblaze-linux-nat.c:97: Transfering ==> Transferring
    ...

Diff:
---
 gdb/microblaze-linux-nat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/microblaze-linux-nat.c b/gdb/microblaze-linux-nat.c
index 1da0c04366d..d2d34071f3f 100644
--- a/gdb/microblaze-linux-nat.c
+++ b/gdb/microblaze-linux-nat.c
@@ -94,7 +94,7 @@ fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum)
     regcache->raw_collect (regnum, regp + regnum);
 }
 
-/* Transfering floating-point registers between GDB, inferiors and cores.
+/* Transferring floating-point registers between GDB, inferiors and cores.
    Since MicroBlaze floating-point registers are the same as GPRs these do
    nothing.  */