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

@ -495,7 +495,7 @@ size_t xStreamBufferSendFromISR( StreamBufferHandle_t xStreamBuffer,
*
* if( xReceivedBytes > 0 )
* {
* // A ucRxData contains another xRecievedBytes bytes of data, which can
* // A ucRxData contains another xReceivedBytes bytes of data, which can
* // be processed here....
* }
* }