aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/server.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gdbserver/server.cc')
-rw-r--r--gdbserver/server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/server.cc b/gdbserver/server.cc
index b7ea4cc..0697956 100644
--- a/gdbserver/server.cc
+++ b/gdbserver/server.cc
@@ -1544,7 +1544,7 @@ parse_debug_options (const char *options)
gdb_assert (options != nullptr);
/* Empty options means the "default" set. This exists mostly for
- backwards compatibility with gdbserver's legacy behaviour. */
+ backwards compatibility with gdbserver's legacy behavior. */
if (*options == '\0')
options = "+threads";