From 6fc24c7607ba54a2fc3e2a947de26bc25d42cbe3 Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Fri, 19 Jul 2024 16:11:44 +0100 Subject: [PATCH] gdb/testsuite: fix minor typo in a comment Fix 'text' to 'test' in a test comment. --- gdb/testsuite/gdb.base/inline-frame-cycle-unwind.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: # -- 2.47.3