提交 533b93a4 编写于 作者: P pyroix 提交者: Gitee

update en/device-dev/kernel/standard-library-0.md.

上级 bcc8e356
......@@ -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.
先完成此消息的编辑!
想要评论请 注册