]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb] Fix typo in gdb/microblaze-linux-nat.c
authorTom de Vries <tdevries@suse.de>
Mon, 15 Jun 2026 11:29:13 +0000 (13:29 +0200)
committerTom de Vries <tdevries@suse.de>
Mon, 15 Jun 2026 11:29:13 +0000 (13:29 +0200)
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
...

gdb/microblaze-linux-nat.c

index 1da0c04366da292f1f70931cfd08fe6fcc2d8faf..d2d34071f3f38d393a9876c840170359dfc001b0 100644 (file)
@@ -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.  */