Skip to content

Commit b76b30f

Browse files
committed
Fix typo in comment in task.h
1 parent 23f6418 commit b76b30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/task.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1638,7 +1638,7 @@ configSTACK_DEPTH_TYPE uxTaskGetStackHighWaterMark2( TaskHandle_t xTask ) PRIVIL
16381638
* configSUPPORT_STATIC_ALLOCATION is set. For more information see this URI: https://www.FreeRTOS.org/a00110.html#configSUPPORT_STATIC_ALLOCATION
16391639
*
16401640
* @param ppxIdleTaskTCBBuffer A handle to a statically allocated TCB buffer
1641-
* @param ppxIdleTaskStackBuffer A handle to a statically allocated Stack buffer for thie idle task
1641+
* @param ppxIdleTaskStackBuffer A handle to a statically allocated Stack buffer for the idle task
16421642
* @param pulIdleTaskStackSize A pointer to the number of elements that will fit in the allocated stack buffer
16431643
*/
16441644
void vApplicationGetIdleTaskMemory( StaticTask_t ** ppxIdleTaskTCBBuffer,

0 commit comments

Comments
 (0)