From fe2047ba1164b7f5640ed7ad2e24ab8c6d7fd616 Mon Sep 17 00:00:00 2001 From: bernard Date: Fri, 1 Aug 2014 13:24:48 +0800 Subject: [PATCH] [Kernel] fix spell wrong in comments. --- src/idle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idle.c b/src/idle.c index 7bca6c28c..5f7fe45d4 100644 --- a/src/idle.c +++ b/src/idle.c @@ -180,7 +180,7 @@ static void rt_thread_idle_entry(void *parameter) } /** - * @ingroup SymstemInit + * @ingroup SystemInit * * This function will initialize idle thread, then start it. *