mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
[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 ...
This commit is contained in:
parent
0c73540bb8
commit
0626ddbdf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue