4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 03:07:10 +08:00

Merge pull request #573 from hduffddybz/patch-2

[Kernel] Make comments in more accurate way
This commit is contained in:
Bernard Xiong 2015-10-23 21:58:14 +08:00
commit 78193f3c40

View File

@ -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
*