aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.multi/multi-arch-exec.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.multi/multi-arch-exec.exp')
-rw-r--r--gdb/testsuite/gdb.multi/multi-arch-exec.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.multi/multi-arch-exec.exp b/gdb/testsuite/gdb.multi/multi-arch-exec.exp
index 85d0cce..5ae23ab 100644
--- a/gdb/testsuite/gdb.multi/multi-arch-exec.exp
+++ b/gdb/testsuite/gdb.multi/multi-arch-exec.exp
@@ -166,7 +166,7 @@ proc do_test { first_arch mode selected_thread } {
gdb_test_no_output "set follow-exec-mode $mode"
- # Test that GDB updates the target description / arch successfuly
+ # Test that GDB updates the target description / arch successfully
# after the exec.
gdb_test "continue" "Breakpoint $bkptno_numopt_re, main.*" "continue across exec that changes architecture"
}