From 917764857a0bd2ee11aa54777edc40c36a80105a Mon Sep 17 00:00:00 2001 From: chenxiaoyi Date: Wed, 23 Aug 2023 16:33:44 +0800 Subject: [PATCH] gdb/thread.py: fix typo Signed-off-by: chenxiaoyi --- tools/gdb/thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gdb/thread.py b/tools/gdb/thread.py index bae698b92a..ebbc05f2f9 100644 --- a/tools/gdb/thread.py +++ b/tools/gdb/thread.py @@ -287,7 +287,7 @@ class Nxcontinue(gdb.Command): # We can't use a user command to rename continue it will recursion gdb.execute("define c\n nxcontinue \n end\n") -gdb.write("\nif use thread command, plase don't use 'continue', use 'c' inside !!!\n") +gdb.write("\nif use thread command, please don't use 'continue', use 'c' instead !!!\n") Nxsetregs() Nxinfothreads()