!1148 修复一些typo错误

Merge pull request !1148 from 景涛/master
This commit is contained in:
openharmony_ci
2023-06-06 13:36:01 +00:00
committed by Gitee
9 changed files with 17 additions and 17 deletions

View File

@@ -46,7 +46,7 @@ void child1(void)
while (1) {
ret = pthread_getschedparam(pthread, &newPolicy, &param);
if (ret != 0) {
printf("pthread_getschedparam failed ! %d erro: %d\n", __LINE__, errno);
printf("pthread_getschedparam failed ! %d error: %d\n", __LINE__, errno);
exit(255); // 255, set a special exit code.
}