fixed typos

Signed-off-by: mr-yx <496043997@qq.com>
This commit is contained in:
mr-yx 2022-06-28 23:48:24 +08:00
parent 51528ec39c
commit c812b0c27b
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);