fix: fix typos

Correct words function、procedure

close  https://gitee.com/openharmony/kernel_liteos_m/issues/I3RR6A
This commit is contained in:
rtos-lover 2021-05-19 14:49:13 +08:00
parent 930e92ebe2
commit 191644e441
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; LITE_OS_SEC_DATA_INIT LOS_DL_LIST g_unusedMuxList;
/***************************************************************************** /*****************************************************************************
Funtion : OsMuxInit Function : OsMuxInit
Description : Initializes the mutex Description : Initializes the mutex
Input : None Input : None
Output : 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 * (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. * 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. * to be protected, preventing another core from doing sortlink deletion at same time.
*/ */