Skip to content

Commit

Permalink
Update src/thread.c
Browse files Browse the repository at this point in the history
Co-authored-by: Meco Man <920369182@qq.com>
  • Loading branch information
polarvid and mysterywolf committed May 1, 2024
1 parent 5bb1c4d commit d0f1162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ RTM_EXPORT(rt_thread_startup);
/**
* @brief This function will close a thread. The thread object will be removed from
* thread queue and detached/deleted from the system object management.
* It's different from rt_thread_[delete|detach] that this will not enqueue
* It's different from rt_thread_delete or rt_thread_detach that this will not enqueue
* the closing thread to cleanup queue.
*
* @param thread is the thread to be closed.
Expand Down

0 comments on commit d0f1162

Please sign in to comment.