aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/tracepoint.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gdbserver/tracepoint.cc')
-rw-r--r--gdbserver/tracepoint.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/tracepoint.cc b/gdbserver/tracepoint.cc
index 5e3792e..97e41c0 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.