[PUSHED] gdb/testsuite: fix minor typo in a comment

Message ID 6fc24c7607ba54a2fc3e2a947de26bc25d42cbe3.1721656921.git.aburgess@redhat.com
State New
Headers
Series [PUSHED] gdb/testsuite: fix minor typo in a comment |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_gdb_build--master-arm warning Patch is already merged

Commit Message

Andrew Burgess July 22, 2024, 2:02 p.m. UTC
  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(-)


base-commit: 5cbed9c77bb0c1f5d94ededa401131a2c3217028
  

Patch

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:
 #