diff --git a/queue.c b/queue.c index 5f17d440d..1077068ef 100644 --- a/queue.c +++ b/queue.c @@ -834,7 +834,7 @@ static void prvInitialiseNewQueue( const UBaseType_t uxQueueLength, { ( pxMutex->u.xSemaphore.uxRecursiveCallCount )++; - /* check if an overflow occurred */ + /* Check if an overflow occurred. */ configASSERT( pxMutex->u.xSemaphore.uxRecursiveCallCount ); xReturn = pdPASS;