From c812b0c27bfa5b1773b8359651604ca37c35c197 Mon Sep 17 00:00:00 2001 From: mr-yx <496043997@qq.com> Date: Tue, 28 Jun 2022 23:48:24 +0800 Subject: [PATCH] fixed typos Signed-off-by: mr-yx <496043997@qq.com> --- .../kernel/sample/posix/pthread/full/It_posix_pthread_138.c | 2 +- .../unittest/libc/posix/pthread/full/It_posix_pthread_138.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/kernel/sample/posix/pthread/full/It_posix_pthread_138.c b/testsuites/kernel/sample/posix/pthread/full/It_posix_pthread_138.c index 7c0009ea..1df41617 100644 --- a/testsuites/kernel/sample/posix/pthread/full/It_posix_pthread_138.c +++ b/testsuites/kernel/sample/posix/pthread/full/It_posix_pthread_138.c @@ -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); diff --git a/testsuites/unittest/libc/posix/pthread/full/It_posix_pthread_138.cpp b/testsuites/unittest/libc/posix/pthread/full/It_posix_pthread_138.cpp index b41056a3..e3dcf40c 100644 --- a/testsuites/unittest/libc/posix/pthread/full/It_posix_pthread_138.cpp +++ b/testsuites/unittest/libc/posix/pthread/full/It_posix_pthread_138.cpp @@ -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); -- GitLab