* [OBV] gdb/amd-dbgapi-target: fix a whitespace and a typo
@ 2026-05-11 11:24 Tankut Baris Aktemur
0 siblings, 0 replies; only message in thread
From: Tankut Baris Aktemur @ 2026-05-11 11:24 UTC (permalink / raw)
To: gdb-patches
Fix a minor whitespace issue and a typo in file
gdb/amd-dbgapi-target.c.
---
gdb/amd-dbgapi-target.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gdb/amd-dbgapi-target.c b/gdb/amd-dbgapi-target.c
index 811e22182c6..b7d5ee7de9f 100644
--- a/gdb/amd-dbgapi-target.c
+++ b/gdb/amd-dbgapi-target.c
@@ -1350,7 +1350,7 @@ amd_dbgapi_target::async (bool enable)
static ptid_t
make_gpu_ptid (ptid_t::pid_type pid, amd_dbgapi_wave_id_t wave_id)
{
- return ptid_t (pid, 1, wave_id.handle);
+ return ptid_t (pid, 1, wave_id.handle);
}
/* When a thread is deleted, remove its wave_info from the inferior's
@@ -1894,7 +1894,7 @@ static void maybe_reset_amd_dbgapi ();
/* Make the amd-dbgapi library detach from INF.
- Note that this us unrelated to the "detach" GDB concept / command.
+ Note that this is unrelated to the "detach" GDB concept / command.
This undoes what attach_amd_dbgapi does. */
--
2.34.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-11 11:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-11 11:24 [OBV] gdb/amd-dbgapi-target: fix a whitespace and a typo Tankut Baris Aktemur
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox