From 59681213320cba71f6d09517730d790d1d77b265 Mon Sep 17 00:00:00 2001 From: yuanbin Date: Fri, 23 Oct 2015 21:54:40 +0800 Subject: [PATCH] Thread: Make comments in more accurate way --- src/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thread.c b/src/thread.c index 6c0490a6a3..f94ad21a74 100644 --- a/src/thread.c +++ b/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 *