Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Tom de Vries <tdevries@suse.de>
To: gdb-patches@sourceware.org
Subject: [pushed] [gdb] Fix typo in gdb/microblaze-linux-nat.c
Date: Mon, 15 Jun 2026 13:29:25 +0200	[thread overview]
Message-ID: <20260615112925.3587003-1-tdevries@suse.de> (raw)

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


             reply	other threads:[~2026-06-15 11:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-15 11:29 Tom de Vries [this message]
2026-06-16  1:26 ` Michael Eager

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260615112925.3587003-1-tdevries@suse.de \
    --to=tdevries@suse.de \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox