From 9ab3eb8a513b5fa34477efa8bca27673a730740a Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Thu, 27 Mar 2025 14:20:04 +0100 Subject: [PATCH] [gdbserver] Fix typo in tracepoint.cc Fix a typo: ... $ codespell --config gdbserver/setup.cfg gdbserver/tracepoint.cc gdbserver/tracepoint.cc:951: mistakingly ==> mistakenly ... --- gdbserver/tracepoint.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3