update kernel/src/los_sched.c.

Signed-off-by: mr-yx <496043997@qq.com>
This commit is contained in:
Mr_YX 2022-06-27 14:08:10 +00:00 committed by Gitee
parent 527f6cf86e
commit e9425d1833
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ STATIC INLINE BOOL OsSchedScanTimerList(VOID)
* (per cpu) and ipc(mutex,sem and etc.)'s block at the same time, it can be waken
* up by either timeout or corresponding ipc it's waiting.
*
* Now synchronize sortlink procedure is used, thereforee the whole task scan needs
* Now synchronize sortlink procedure is used, therefore the whole task scan needs
* to be protected, preventing another core from doing sortlink deletion at same time.
*/