mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-18 18:57:46 -04:00
+TCP: Fix spellings (#302)
* MISRA v5 * Add spelling corrections * Update after Shubham's comments * Actually fix the spelling
This commit is contained in:
parent
ab70c1ce33
commit
6fb8b1fc33
41 changed files with 109 additions and 112 deletions
|
@ -98,7 +98,7 @@ static HANDLE pvProcessHandle;
|
|||
static UBaseType_t uxNextPacketNumber;
|
||||
static BaseType_t xFirstPacket = 1;
|
||||
|
||||
/* Bollean 'xDumpingReady' becomes true once all desired packet have been collected.
|
||||
/* Boolean 'xDumpingReady' becomes true once all desired packet have been collected.
|
||||
Further packets will be dropped (ignored). */
|
||||
static volatile BaseType_t xDumpingReady = pdFALSE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue