[gdbserver] Fix typo in tracepoint.cc

Fix a typo:
...
$ codespell --config gdbserver/setup.cfg gdbserver/tracepoint.cc
gdbserver/tracepoint.cc:951: mistakingly ==> mistakenly
...
This commit is contained in:
Tom de Vries 2025-03-27 14:20:04 +01:00
parent b5485cfa8d
commit 9ab3eb8a51

View File

@ -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.