Skip to content

Commit 8812792

Browse files
committed
Fixing spelling issues.
1 parent 1cc911f commit 8812792

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/lexicon.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ bcloseaftersend
4747
bcloserequested
4848
bconnpassed
4949
bconnprepared
50+
bdestroy
5051
bds
5152
berkeley
5253
besr
@@ -1594,6 +1595,7 @@ xsize
15941595
xsizewithoutdata
15951596
xsocket
15961597
xsocketbits
1598+
xsocketlistitem
15971599
xsocketset
15981600
xsource
15991601
xsourceaddress

source/FreeRTOS_Sockets.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ static BaseType_t prvDetermineSocketSize( BaseType_t xDomain,
352352
configASSERT( listLIST_IS_INITIALISED( &xBoundTCPSocketsList ) );
353353
}
354354
#endif /* ipconfigUSE_TCP == 1 */
355-
/* Check if the Created and CreatedClosable socket-lists have been initialised. */
355+
/* Check if the active and inactive socket-lists have been initialised. */
356356
configASSERT( listLIST_IS_INITIALISED( &xActiveSocketsList ) );
357357
configASSERT( listLIST_IS_INITIALISED( &xInactiveSocketsList ) );
358358

0 commit comments

Comments
 (0)