From: Tankut Baris Aktemur Date: Mon, 11 May 2026 11:14:02 +0000 (-0500) Subject: gdb/amd-dbgapi-target: fix a whitespace and a typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd938eed6b5bb924aa77dd9e8abca2443c9fc83;p=thirdparty%2Fbinutils-gdb.git gdb/amd-dbgapi-target: fix a whitespace and a typo Fix a minor whitespace issue and a typo in file gdb/amd-dbgapi-target.c. --- 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. */