mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Fix typo
This commit is contained in:
parent
0fcb04a41d
commit
98faa785cb
2
tasks.c
2
tasks.c
|
@ -3907,7 +3907,7 @@ void vTaskSuspendAll( void )
|
|||
portGET_TASK_LOCK();
|
||||
|
||||
/* uxSchedulerSuspended is increased after prvCheckForRunStateChange. The
|
||||
* purpose is to prevent altering the variable when fromISR APIs are readying
|
||||
* purpose is to prevent altering the variable when fromISR APIs are reading
|
||||
* it. */
|
||||
if( uxSchedulerSuspended == 0U )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue