Trivial typo fix to a comment.

This commit is contained in:
Gregory Nutt 2019-06-25 12:27:26 -06:00
parent bfda93d66b
commit d7c4cca84d

View File

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