]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Minor grammar fix in DAP comment
authorTom Tromey <tromey@adacore.com>
Thu, 12 Jun 2025 13:43:21 +0000 (07:43 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 12 Jun 2025 17:04:55 +0000 (11:04 -0600)
I noticed a minor grammer issue in a comment in DAP.

gdb/python/lib/gdb/dap/events.py

index 4dc4e95f0530ffc16fafbe1e454772fe70c558fc..e8f26550a1611f3efacece89be99f166446270c5 100644 (file)
@@ -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