+TCP: Fix spellings (#302)

* MISRA v5

* Add spelling corrections

* Update after Shubham's comments

* Actually fix the spelling
This commit is contained in:
Aniruddha Kanhere
2020-09-28 09:55:22 -07:00
committed by GitHub
parent ab70c1ce33
commit 6fb8b1fc33
41 changed files with 109 additions and 112 deletions

View File

@ -182,7 +182,7 @@ size_t uxSize, uxCount, uxFirst, uxNextTail;
if( ( xPeek == pdFALSE ) && ( uxOffset == 0UL ) )
{
/* Move the tail pointer to effecively remove the data read from
/* Move the tail pointer to effectively remove the data read from
the buffer. */
uxNextTail += uxCount;