More TIFF logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3965 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
cd38e70937
commit
bc50d2975f
@ -170,7 +170,7 @@ int mq_send(mqd_t mqdes, const void *msg, size_t msglen, int prio)
|
||||
|
||||
if (mqmsg)
|
||||
{
|
||||
/* Yes, peforrm the message send. */
|
||||
/* Yes, perform the message send. */
|
||||
|
||||
ret = mq_dosend(mqdes, mqmsg, msg, msglen, prio);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user