未验证 提交 12adfd58 编写于 作者: O openharmony_ci 提交者: Gitee

!915 【OpenHarmony开源贡献者计划2022】Fixed typos.

Merge pull request !915 from Mr_YX/master
......@@ -67,7 +67,7 @@ static UINT32 Testcase(VOID)
/*
* Check to make sure that 'value_ptr' that was passed to
* pthread_join() and the pthread_exit() return code that
* was used in the thread funciton are the same.
* was used in the thread function are the same.
*/
ICUNIT_ASSERT_EQUAL(valuePtr, PTHREAD_EXIT_VALUE, errno);
......
......@@ -60,7 +60,7 @@ static UINT32 Testcase(VOID)
/*
* Check to make sure that 'value_ptr' that was passed to
* pthread_join() and the pthread_exit() return code that
* was used in the thread funciton are the same.
* was used in the thread function are the same.
*/
ICUNIT_ASSERT_EQUAL(valuePtr, PTHREAD_EXIT_VALUE, errno);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册