Clean some spell check words. (#439)

This commit is contained in:
Jon Enz
2022-01-07 10:45:58 -08:00
committed by GitHub
parent c4f9e27c28
commit abd887c687
6 changed files with 6 additions and 11 deletions

View File

@ -125,7 +125,7 @@ typedef void * MessageBufferHandle_t;
* // Create a message buffer that can hold 100 bytes. The memory used to hold
* // both the message buffer structure and the messages themselves is allocated
* // dynamically. Each message added to the buffer consumes an additional 4
* // bytes which are used to hold the lengh of the message.
* // bytes which are used to hold the length of the message.
* xMessageBuffer = xMessageBufferCreate( xMessageBufferSizeBytes );
*
* if( xMessageBuffer == NULL )