aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2024-07-19 16:11:44 +0100
committerAndrew Burgess <aburgess@redhat.com>2024-07-22 15:01:27 +0100
commit6fc24c7607ba54a2fc3e2a947de26bc25d42cbe3 (patch)
treefce3b576453d74f456fe826c4d3061082e47c35c /gdb/testsuite
parent5cbed9c77bb0c1f5d94ededa401131a2c3217028 (diff)
downloadgdb-6fc24c7607ba54a2fc3e2a947de26bc25d42cbe3.zip
gdb-6fc24c7607ba54a2fc3e2a947de26bc25d42cbe3.tar.gz
gdb-6fc24c7607ba54a2fc3e2a947de26bc25d42cbe3.tar.bz2
gdb/testsuite: fix minor typo in a comment
Fix 'text' to 'test' in a test comment.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/gdb.base/inline-frame-cycle-unwind.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/inline-frame-cycle-unwind.exp b/gdb/testsuite/gdb.base/inline-frame-cycle-unwind.exp
index 85e3cc3..45086f6 100644
--- a/gdb/testsuite/gdb.base/inline-frame-cycle-unwind.exp
+++ b/gdb/testsuite/gdb.base/inline-frame-cycle-unwind.exp
@@ -37,7 +37,7 @@
# mechanism such that the fact that "inline_frame" was inlined into
# "normal_frame" would cause GDB to trigger an assertion.
#
-# This text makes use of a Python unwinder which can fake the cyclic
+# This test makes use of a Python unwinder which can fake the cyclic
# stack cycle, further the test sets up multiple levels of normal and
# inline frames. At the point of testing the stack looks like this:
#