!137 fix: fix typos

Merge pull request !137 from rtos-lover/los_sched.c
This commit is contained in:
openharmony_ci 2021-06-05 13:53:35 +08:00 committed by Gitee
commit 7ab7ae7ae7
2 changed files with 7 additions and 7 deletions

View File

@ -44,7 +44,7 @@ LITE_OS_SEC_BSS LosMuxCB* g_allMux = NULL;
LITE_OS_SEC_DATA_INIT LOS_DL_LIST g_unusedMuxList;
/*****************************************************************************
Funtion : OsMuxInit
Function : OsMuxInit
Description : Initializes the mutex
Input : None
Output : None

View File

@ -248,7 +248,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 preocedure is used, therefore 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.
*/