Skip to content

Commit 51f6b00

Browse files
committed
Code review suggestions
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent ee2ee4d commit 51f6b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ static void prvInitialiseNewQueue( const UBaseType_t uxQueueLength,
834834
{
835835
( pxMutex->u.xSemaphore.uxRecursiveCallCount )++;
836836

837-
/* check if an overflow occurred */
837+
/* Check if an overflow occurred. */
838838
configASSERT( pxMutex->u.xSemaphore.uxRecursiveCallCount );
839839

840840
xReturn = pdPASS;

0 commit comments

Comments
 (0)