mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 00:27:19 +08:00
[IDLE] 修改注释,避免造成歧义 (#9010)
This commit is contained in:
parent
2fd9ff56dc
commit
8e54e31c74
@ -220,7 +220,7 @@ static void rt_defunct_execute(void)
|
||||
/* store the point of "thread->cleanup" avoid to lose */
|
||||
cleanup = thread->cleanup;
|
||||
|
||||
/* if it's a system object, not delete it */
|
||||
/* if it's a system object, detach it */
|
||||
object_is_systemobject = rt_object_is_systemobject((rt_object_t)thread);
|
||||
if (object_is_systemobject == RT_TRUE)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user