From: Andrew Burgess Date: Fri, 19 Jul 2024 15:11:44 +0000 (+0100) Subject: gdb/testsuite: fix minor typo in a comment X-Git-Tag: gdb-16-branchpoint~1343 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fc24c7607ba54a2fc3e2a947de26bc25d42cbe3;p=thirdparty%2Fbinutils-gdb.git gdb/testsuite: fix minor typo in a comment Fix 'text' to 'test' in a test comment. --- diff --git a/gdb/testsuite/gdb.base/inline-frame-cycle-unwind.exp b/gdb/testsuite/gdb.base/inline-frame-cycle-unwind.exp index 85e3cc32f0e..45086f69a39 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: #