mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-06 14:21:43 +08: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:
parent
b5485cfa8d
commit
9ab3eb8a51
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user