Typo fixing
This commit is contained in:
parent
9089cfaf44
commit
794d54180a
@ -28,7 +28,7 @@ int main(int argc, char *argv[])
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
char buf[64];
|
||||
printf("Shell staring. type \"help\" for help\n");
|
||||
printf("Shell starting... type \"help\" for help\n");
|
||||
while (1) {
|
||||
printf(">");
|
||||
if (readline(buf, sizeof(buf)))
|
||||
|
Loading…
Reference in New Issue
Block a user