Update task.h comment for spelling

This commit is contained in:
chinglee-iot 2024-01-25 16:32:18 +08:00 committed by GitHub
parent d20c95a441
commit d0e7bdcf2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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