提交 c9fa3194 编写于 作者: O openharmony_ci 提交者: Gitee

!280 【轻量级 PR】:update en/device-dev/kernel/standard-library-0.md.

Merge pull request !280 from pyroix/N/A
......@@ -68,7 +68,7 @@ static void *ChildThreadFunc(void *arg)
/* Attempt to lock a mutex, which is failed in normal cases. */
rc = pthread_mutex_trylock(&g_td.mutex);
if (rc == 0) {
printf("ERROR: mutex gets an abnomal lock!\n");
printf("ERROR: mutex gets an abnormal lock!\n");
goto EXIT;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册