Skip to content

Commit 1deaa8f

Browse files
committed
Update annotation format
1 parent 2c2a1fe commit 1deaa8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/drivers/src/dataqueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ RTM_EXPORT(rt_data_queue_push);
188188
* @brief This function will pop data from the data queue. If the data queue is empty,the thread
189189
* will suspend for the specified amount of time.
190190
*
191-
* @note when the number of data in the data queue is less than lwm(low water mark),will
191+
* @note when the number of data in the data queue is less than lwm(low water mark), will
192192
* wake up the thread waiting for write data.
193193
*
194194
* @param queue is a pointer to a data queue object.

0 commit comments

Comments
 (0)