From 794d54180abcde70adddb9ede0264f00e5bd2f9b Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 8 Nov 2021 22:52:46 +0100 Subject: [PATCH] Typo fixing --- userspace/main_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/main_user.c b/userspace/main_user.c index 04eb2cf..fd8cd67 100644 --- a/userspace/main_user.c +++ b/userspace/main_user.c @@ -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)))