From d7c4cca84d1c3666da14afe5968f2498c22aabd5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 25 Jun 2019 12:27:26 -0600 Subject: [PATCH] Trivial typo fix to a comment. --- sched/mqueue/mq_initialize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/mqueue/mq_initialize.c b/sched/mqueue/mq_initialize.c index 46e820c9fc..626e32480a 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);