Fix spelling

This commit is contained in:
ActoryOu 2024-10-31 09:59:17 +00:00
parent c0585ad814
commit b384312829
132 changed files with 215 additions and 215 deletions

View file

@ -418,7 +418,7 @@ BaseType_t xQueueGenericReset( QueueHandle_t xQueue,
#if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
{
/* Queues can be allocated wither statically or dynamically, so
/* Queues can be allocated either statically or dynamically, so
* note this queue was allocated statically in case the queue is
* later deleted. */
pxNewQueue->ucStaticallyAllocated = pdTRUE;