From 75c85802383e58adce3ebab115335ab07895c2fd Mon Sep 17 00:00:00 2001 From: wanggang26 Date: Sat, 3 Jun 2023 18:28:57 +0800 Subject: [PATCH] nshlib: fix a typo painc to panic Signed-off-by: wanggang26 --- nshlib/nsh_syscmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nshlib/nsh_syscmds.c b/nshlib/nsh_syscmds.c index 973e1696e..42670b39e 100644 --- a/nshlib/nsh_syscmds.c +++ b/nshlib/nsh_syscmds.c @@ -114,7 +114,7 @@ static FAR const char * const g_resetflag[] = { "reboot", "assert", - "painc", + "panic", "bootloader", "recovery", "factory",