style: Misspelling
Signed-off-by: lihongjin <lihongjin1@huawei.com> Change-Id: I13163f2e4d1e4b6e6c6bedaf9d4e705544df926b
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user