Browse Source

Fix annotation grammatical mistake

ousugo 3 years ago
parent
commit
c9cbc6fb0c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/drivers/src/waitqueue.c

+ 2 - 2
components/drivers/src/waitqueue.c

@@ -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.
  *