!904 修复liteos_a仓库中存在的一些拼写错误

Merge pull request !904 from Hongjin Li/dev
This commit is contained in:
openharmony_ci
2022-06-23 04:15:03 +00:00
committed by Gitee
37 changed files with 53 additions and 53 deletions

View File

@@ -366,7 +366,7 @@ VOID TestInitUartDev(VOID) {}
/* ****************************************
Function:Test_PartInit
Description: creat a partition for testing,partition num is 0,mount point is jffs0
Description: create a partition for testing,partition num is 0,mount point is jffs0
Input:
[1]type: "spinor"
[2]start_addr: the partition start address

View File

@@ -196,7 +196,7 @@ static void HandleServiceRegAndGet(int fd, IpcMsg *data)
}
}
}
printf("recieve service request, code:%d, service name:%s\n", data->code, info->serviceName);
printf("receive service request, code:%d, service name:%s\n", data->code, info->serviceName);
switch (data->code) {
case REG_CODE:
if (i == MAX_SREVICE_NUM) {

View File

@@ -131,7 +131,7 @@ static int TestMultiPthreadFatherProcessExit()
sleep(1);
retValue = waitpid(fpids, &status, 0);
// grandchild process kill father process, so child process is recovered by init process
// child process doesn't receive termination singal from grandchild process
// child process doesn't receive termination signal from grandchild process
// so waitpid() returns -1
ICUNIT_ASSERT_EQUAL(retValue, -1, retValue);
exit(1);

View File

@@ -82,10 +82,10 @@ EXIT:
4. use the mq_close to close the mqueue;
5. use the mq_unlink to delete the mqueue.
*-@texpect
1. Return successed
2. Return successed
3. Return successed
4. Return successed
1. Return succeeded
2. Return succeeded
3. Return succeeded
4. Return succeeded
5. Successful operation
*-@tprior 1
*-@tauto TRUE