mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-08-26 04:32:57 +08:00
+TCP: Fix spellings (#302)
* MISRA v5 * Add spelling corrections * Update after Shubham's comments * Actually fix the spelling
This commit is contained in:

committed by
GitHub

parent
ab70c1ce33
commit
6fb8b1fc33
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user