From cd1ff2ab0dea8365219e54b35edeeaf07c07062c Mon Sep 17 00:00:00 2001 From: Jingsai Lu Date: Sat, 7 Dec 2019 13:47:03 +0800 Subject: [PATCH] fix spelling mistake in the comments of shell.c --- components/finsh/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/finsh/shell.c b/components/finsh/shell.c index c35ed1cd8..852d3e7ac 100644 --- a/components/finsh/shell.c +++ b/components/finsh/shell.c @@ -15,7 +15,7 @@ * 2011-02-23 Bernard fix variable section end issue of finsh shell * initialization when use GNU GCC compiler. * 2016-11-26 armink add password authentication - * 2018-07-02 aozima add custome prompt support. + * 2018-07-02 aozima add custom prompt support. */ #include -- GitLab