mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 17:18:24 +00:00
Fix annotation grammatical mistake
This commit is contained in:
@@ -48,8 +48,8 @@ void rt_wqueue_remove(struct rt_wqueue_node *node)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief This function is the default wakeup function, but it actually don't do anything,
|
||||
* just always return 0, user should define their own wakeup function.
|
||||
* @brief This function is the default wakeup function. But it doesn't do anything in actual.
|
||||
* Just always return 0, user should define their own wakeup function.
|
||||
*
|
||||
* @param queue is a pointer to the wait queue.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user