Browse Source

[Kernel] fix spell wrong in comments.

bernard 11 years ago
parent
commit
fe2047ba11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/idle.c

+ 1 - 1
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.
  *