!915 【OpenHarmony开源贡献者计划2022】Fixed typos.
Merge pull request !915 from Mr_YX/master
This commit is contained in:
commit
12adfd5832
|
@ -67,7 +67,7 @@ static UINT32 Testcase(VOID)
|
||||||
/*
|
/*
|
||||||
* Check to make sure that 'value_ptr' that was passed to
|
* Check to make sure that 'value_ptr' that was passed to
|
||||||
* pthread_join() and the pthread_exit() return code that
|
* 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);
|
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
|
* Check to make sure that 'value_ptr' that was passed to
|
||||||
* pthread_join() and the pthread_exit() return code that
|
* 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);
|
ICUNIT_ASSERT_EQUAL(valuePtr, PTHREAD_EXIT_VALUE, errno);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue