From: Tom Tromey Date: Thu, 12 Jun 2025 13:43:21 +0000 (-0600) Subject: Minor grammar fix in DAP comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79f0096332f6208e68246be8ce822f965088376b;p=thirdparty%2Fbinutils-gdb.git Minor grammar fix in DAP comment I noticed a minor grammer issue in a comment in DAP. --- diff --git a/gdb/python/lib/gdb/dap/events.py b/gdb/python/lib/gdb/dap/events.py index 4dc4e95f053..e8f26550a16 100644 --- a/gdb/python/lib/gdb/dap/events.py +++ b/gdb/python/lib/gdb/dap/events.py @@ -22,7 +22,7 @@ from .startup import exec_and_log, in_gdb_thread, log # True when the inferior is thought to be running, False otherwise. # This may be accessed from any thread, which can be racy. However, -# this unimportant because this global is only used for the +# this is unimportant because this global is only used for the # 'notStopped' response, which itself is inherently racy. inferior_running = False