mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-10 17:43:16 +00:00
[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:
@@ -948,7 +948,7 @@ struct ipa_trace_buffer_control
|
|||||||
who wrote last to the buffer control structure. We need to freeze
|
who wrote last to the buffer control structure. We need to freeze
|
||||||
any inferior writing to the buffer while GDBserver touches memory,
|
any inferior writing to the buffer while GDBserver touches memory,
|
||||||
so that the inferior can correctly detect that GDBserver had been
|
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
|
successful; that's implemented by simply having GDBserver set a
|
||||||
breakpoint the inferior hits if it is the critical region.
|
breakpoint the inferior hits if it is the critical region.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user