From: Tom de Vries Date: Thu, 27 Mar 2025 13:20:04 +0000 (+0100) Subject: [gdbserver] Fix typo in tracepoint.cc X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ab3eb8a513b5fa34477efa8bca27673a730740a;p=thirdparty%2Fbinutils-gdb.git [gdbserver] Fix typo in tracepoint.cc Fix a typo: ... $ codespell --config gdbserver/setup.cfg gdbserver/tracepoint.cc gdbserver/tracepoint.cc:951: mistakingly ==> mistakenly ... --- diff --git a/gdbserver/tracepoint.cc b/gdbserver/tracepoint.cc index 5e3792e1d2f..97e41c0dd2f 100644 --- a/gdbserver/tracepoint.cc +++ b/gdbserver/tracepoint.cc @@ -948,7 +948,7 @@ struct ipa_trace_buffer_control who wrote last to the buffer control structure. We need to freeze any inferior writing to the buffer while GDBserver touches memory, so that the inferior can correctly detect that GDBserver had been - there, otherwise, it could mistakingly think its commit was + there, otherwise, it could mistakenly think its commit was successful; that's implemented by simply having GDBserver set a breakpoint the inferior hits if it is the critical region.