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
...
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. */