소스 검색

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
  *