From c9cbc6fb0c6ba6a5592ad14df521b99d863f0c11 Mon Sep 17 00:00:00 2001 From: ousugo Date: Mon, 13 Dec 2021 15:08:11 +0800 Subject: [PATCH] Fix annotation grammatical mistake --- components/drivers/src/waitqueue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/drivers/src/waitqueue.c b/components/drivers/src/waitqueue.c index 7b7d57c2d9..55c8c511de 100644 --- a/components/drivers/src/waitqueue.c +++ b/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. * -- GitLab