Skip to content

Commit 10cab6b

Browse files
JianyuWang0623raiden00pl
authored andcommitted
nshlib/nsh_syscmds: Fix resetcause and rpmsg_help typos
nshlib/nsh_syscmds.c:111: unkown ==> unknown nshlib/nsh_syscmds.c:651: acknowlege ==> acknowledge Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
1 parent 09f0f89 commit 10cab6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nshlib/nsh_syscmds.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ static FAR const char *const g_resetcause[] =
108108
"cpu_rtc_watchdog",
109109
"pin",
110110
"lowpower",
111-
"unkown"
111+
"unknown"
112112
};
113113
#endif
114114

@@ -648,7 +648,7 @@ static int cmd_rpmsg_help(FAR struct nsh_vtbl_s *vtbl, int argc,
648648
"<period(ms)>\n\n", argv[0]);
649649
nsh_output(vtbl, "<times> Number of ping operations.\n");
650650
nsh_output(vtbl, "<length> The length of each ping packet.\n");
651-
nsh_output(vtbl, "<cmd> Whether the peer acknowlege or "
651+
nsh_output(vtbl, "<cmd> Whether the peer acknowledge or "
652652
"check data.\n");
653653
nsh_output(vtbl, " Bit0 - Request need ack or not.\n");
654654
nsh_output(vtbl, " Bit1 - Check the data or not.\n");

0 commit comments

Comments
 (0)