style: Misspelling

Signed-off-by: lihongjin <lihongjin1@huawei.com>
Change-Id: I13163f2e4d1e4b6e6c6bedaf9d4e705544df926b
This commit is contained in:
lihongjin
2022-06-20 19:38:17 +08:00
parent 4acf1e9f8d
commit 1c0de289ec
37 changed files with 53 additions and 53 deletions

View File

@@ -1238,7 +1238,7 @@ STATIC CONSOLE_CB *OsConsoleCreate(UINT32 consoleID, const CHAR *deviceName)
ret = (INT32)LOS_SemCreate(1, &consoleCB->consoleSem);
if (ret != LOS_OK) {
PRINT_ERR("creat sem for uart failed\n");
PRINT_ERR("create sem for uart failed\n");
goto ERR_WITH_BUF;
}