Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [pushed] [gdb] Fix typo in gdb/microblaze-linux-nat.c
@ 2026-06-15 11:29 Tom de Vries
  2026-06-16  1:26 ` Michael Eager
  0 siblings, 1 reply; 2+ messages in thread
From: Tom de Vries @ 2026-06-15 11:29 UTC (permalink / raw)
  To: gdb-patches

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

base-commit: 0c73540bb80ffb5c88da71e3162b7a01e5b9db61
-- 
2.51.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [pushed] [gdb] Fix typo in gdb/microblaze-linux-nat.c
  2026-06-15 11:29 [pushed] [gdb] Fix typo in gdb/microblaze-linux-nat.c Tom de Vries
@ 2026-06-16  1:26 ` Michael Eager
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Eager @ 2026-06-16  1:26 UTC (permalink / raw)
  To: Tom de Vries, gdb-patches

Thanks.


On 6/15/26 4:29 AM, Tom de Vries wrote:
> 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 | 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.  */
>   
> 
> base-commit: 0c73540bb80ffb5c88da71e3162b7a01e5b9db61


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-16  1:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 11:29 [pushed] [gdb] Fix typo in gdb/microblaze-linux-nat.c Tom de Vries
2026-06-16  1:26 ` Michael Eager

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox