瀏覽代碼

Merge pull request #573 from hduffddybz/patch-2

[Kernel] Make comments in more accurate way
Bernard Xiong 10 年之前
父節點
當前提交
78193f3c40
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/thread.c

+ 1 - 1
src/thread.c

@@ -331,7 +331,7 @@ RTM_EXPORT(rt_thread_create);
 
 /**
  * This function will delete a thread. The thread object will be removed from
- * thread queue and detached/deleted from system object management.
+ * thread queue and deleted from system object management in the idle thread.
  *
  * @param thread the thread to be deleted
  *