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:
patacongo 2011-09-20 23:10:25 +00:00
parent cd38e70937
commit bc50d2975f

View File

@ -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);
}