Skip to content

Commit

Permalink
Fix typos: differ{ne -> en}t, is -> if
Browse files Browse the repository at this point in the history
  • Loading branch information
jnpkrn committed Oct 7, 2016
1 parent e3d569c commit 4858855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/check_ipc.c
Expand Up @@ -79,7 +79,7 @@ enum my_msg_ids {

/* Test Cases
*
* 1) basic send & recv differnet message sizes
* 1) basic send & recv different message sizes
*
* 2) send message to start dispatch (confirm receipt)
*
Expand Down Expand Up @@ -308,7 +308,7 @@ outq_flush (void *data)
qb_ipcs_destroy(s1);
s1 = NULL;
}
/* is the reference counting is not working, this should fail
/* if the reference counting is not working, this should fail
* for i > 1.
*/
qb_ipcs_event_send(data, "test", 4);
Expand Down

0 comments on commit 4858855

Please sign in to comment.