mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Fix spelling
This commit is contained in:
parent
c0585ad814
commit
b384312829
132 changed files with 215 additions and 215 deletions
2
queue.c
2
queue.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue