]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/testsuite] Fix two typos in gdb.multi/remote-with-running-inferior.exp
authorTom de Vries <tdevries@suse.de>
Mon, 8 Dec 2025 15:38:28 +0000 (16:38 +0100)
committerTom de Vries <tdevries@suse.de>
Mon, 8 Dec 2025 15:38:28 +0000 (16:38 +0100)
Fix two typos in test-case gdb.multi/remote-with-running-inferior.exp.

gdb/testsuite/gdb.multi/remote-with-running-inferior.exp

index f33f60d0ea8dc0ac57cd88df56e0287bd6c47e5d..ffa92df66f1b02f99005d15f56645fa2aa1e825b 100644 (file)
@@ -124,7 +124,7 @@ proc run_test { target_non_stop non_stop } {
        }
     }
 
-    # Allow inferior 2 to reach main.  The confirms that inferior 2 can be
+    # Allow inferior 2 to reach main.  This confirms that inferior 2 can be
     # set running again.
     gdb_test "break main inferior 2" \
        "Breakpoint $::decimal at .*"
@@ -136,7 +136,7 @@ proc run_test { target_non_stop non_stop } {
     # Switch to inferior 1 and allow it to continue.  This is a
     # critical part of the test.  When the test was added a bug (in
     # all-stop mode) would leave inferior 1 stopped, but GDB code
-    # would think the thread was running.  As such. the thread
+    # would think the thread was running.  As such, the thread
     # couldn't be resumed again.
     gdb_test "inferior 1" "Switching to inferior 1.*"