From 98faa785cb257552468683c1887d098f694681f8 Mon Sep 17 00:00:00 2001 From: "Ching-Hsin,Lee" Date: Mon, 8 Jul 2024 12:34:48 +0800 Subject: [PATCH] Fix typo --- tasks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.c b/tasks.c index 99df914d5..5e3f647b9 100644 --- a/tasks.c +++ b/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 ) {