From c59ce22c8fa119d7857cc2d614496e5c926b1773 Mon Sep 17 00:00:00 2001 From: Robert Berger Date: Wed, 20 Sep 2023 09:47:26 +0200 Subject: [PATCH] Fix xQueueSendToFront code comment (#796) Co-authored-by: Robert Berger Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> Co-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com> --- include/queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/queue.h b/include/queue.h index db176e552..000003306 100644 --- a/include/queue.h +++ b/include/queue.h @@ -267,7 +267,7 @@ typedef struct QueueDefinition * QueueSetMemberHandle_t; /** * queue. h * @code{c} - * BaseType_t xQueueSendToToFront( + * BaseType_t xQueueSendToFront( * QueueHandle_t xQueue, * const void *pvItemToQueue, * TickType_t xTicksToWait