Преглед на файлове

[IDLE] 修改注释,避免造成歧义 (#9010)

wdfk-prog преди 1 година
родител
ревизия
8e54e31c74
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/idle.c

+ 1 - 1
src/idle.c

@@ -220,7 +220,7 @@ static void rt_defunct_execute(void)
         /* store the point of "thread->cleanup" avoid to lose */
         /* store the point of "thread->cleanup" avoid to lose */
         cleanup = thread->cleanup;
         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);
         object_is_systemobject = rt_object_is_systemobject((rt_object_t)thread);
         if (object_is_systemobject == RT_TRUE)
         if (object_is_systemobject == RT_TRUE)
         {
         {