]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdbserver] Fix typo in tracepoint.cc
authorTom de Vries <tdevries@suse.de>
Thu, 27 Mar 2025 13:20:04 +0000 (14:20 +0100)
committerTom de Vries <tdevries@suse.de>
Thu, 27 Mar 2025 13:20:04 +0000 (14:20 +0100)
Fix a typo:
...
$ codespell --config gdbserver/setup.cfg gdbserver/tracepoint.cc
gdbserver/tracepoint.cc:951: mistakingly ==> mistakenly
...

gdbserver/tracepoint.cc

index 5e3792e1d2f5143496af4b31000652e6d7b8858c..97e41c0dd2f6156de05169a12bdd7db4a7313884 100644 (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.