aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-connection.c')
-rw-r--r--gdb/python/py-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-connection.c b/gdb/python/py-connection.c
index 1fdcd73..7b5146d 100644
--- a/gdb/python/py-connection.c
+++ b/gdb/python/py-connection.c
@@ -342,7 +342,7 @@ struct py_send_packet_callbacks : public send_remote_packet_callbacks
It is important that the result is inspected immediately after sending
a packet to the remote, and any error fetched, calling any other
Python functions that might clear the error state, or rely on an error
- not being set will cause undefined behaviour. */
+ not being set will cause undefined behavior. */
gdbpy_ref<> result () const
{