diff --git a/sched/mqueue/mq_initialize.c b/sched/mqueue/mq_initialize.c index 46e820c9fce..626e32480a3 100644 --- a/sched/mqueue/mq_initialize.c +++ b/sched/mqueue/mq_initialize.c @@ -218,7 +218,7 @@ void nxmq_alloc_desblock(void) int i; /* Add the block to the list of allocated blocks (in case - * we ever need to reclaim the memory. + * we ever need to reclaim the memory). */ sq_addlast((FAR sq_entry_t *)&mqdesblock->queue, &g_desalloc);