fix some typo errors

Signed-off-by: ”景涛“ <jingtao3@hust.edu.cn>
This commit is contained in:
”景涛“
2023-04-15 22:16:32 +08:00
parent 5fb9165c08
commit 24aa6858ee
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.
}