Correct a comment

This commit is contained in:
Gregory Nutt 2016-09-15 13:10:42 -06:00
parent e3bbfa2d85
commit f0b4705d57

View File

@ -194,8 +194,8 @@ int mq_timedsend(mqd_t mqdes, FAR const char *msg, size_t msglen, int prio,
mqmsg = mq_msgalloc();
if (mqmsg == NULL)
{
/* Failed to allocate the message. mq_msgalloc() will have set the
* errno to ENOMEM.
/* Failed to allocate the message. mq_msgalloc() does not set the
* errno value.
*/
set_errno(ENOMEM);