aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2025-03-20 16:07:41 +0100
committerTom de Vries <tdevries@suse.de>2025-03-20 16:07:41 +0100
commitd8a250dc5c0f5b34384c69dda79b2099106c72af (patch)
treeba164d63d1477fd76607f3729b94c327fb14a060 /gdb
parent1b7a712f236504fdc4f741759eb45a21f122aec2 (diff)
downloadbinutils-d8a250dc5c0f5b34384c69dda79b2099106c72af.zip
binutils-d8a250dc5c0f5b34384c69dda79b2099106c72af.tar.gz
binutils-d8a250dc5c0f5b34384c69dda79b2099106c72af.tar.bz2
[gdb/testsuite] Fix typos in gdb.threads/infcall-from-bp-cond-simple.exp
Fix two typos in gdb.threads/infcall-from-bp-cond-simple.exp.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/gdb.threads/infcall-from-bp-cond-simple.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.threads/infcall-from-bp-cond-simple.exp b/gdb/testsuite/gdb.threads/infcall-from-bp-cond-simple.exp
index c9508c9..feec37b 100644
--- a/gdb/testsuite/gdb.threads/infcall-from-bp-cond-simple.exp
+++ b/gdb/testsuite/gdb.threads/infcall-from-bp-cond-simple.exp
@@ -79,7 +79,7 @@ proc run_condition_test { message n_expected_hits condition \
gdb_breakpoint \
"${::srcfile}:${::cond_bp_line} if ((++\$n_cond_eval) && (${condition}))"
- # And a breakpoint that we hit when the test is over, this one is
+ # Add a breakpoint that we hit when the test is over, this one is
# not conditional. Only the main thread gets here once all the
# other threads have finished.
gdb_breakpoint "${::srcfile}:${::stop_bp_line}"
@@ -114,7 +114,7 @@ proc run_condition_test { message n_expected_hits condition \
# includes an inferior call), it is still possible to kill the running
# inferior, and then restart the inferior.
#
-# At once point doing this would result in GDB giving an assertion error.
+# At one point doing this would result in GDB giving an assertion error.
proc_with_prefix run_kill_and_restart_test { target_async target_non_stop } {
# This test relies on the 'start' command, which is not possible with
# the plain 'remote' target.