mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Update task.h comment for spelling
This commit is contained in:
parent
d20c95a441
commit
d0e7bdcf2f
1 changed files with 2 additions and 2 deletions
|
|
@ -3444,8 +3444,8 @@ BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp ) PRIVILEGED_FUNCTION;
|
|||
* void vTaskResetState( void );
|
||||
* @endcode
|
||||
*
|
||||
* This function resets the internal state of the task modeule. This function
|
||||
* must be called by the application before restarting the scheduler.
|
||||
* This function resets the internal state of the task. It must be called by the
|
||||
* application before restarting the scheduler.
|
||||
*
|
||||
* \defgroup vTaskResetState vTaskResetState
|
||||
* \ingroup SchedulerControl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue