unsigned char Reserved : 4; /**< Reserved, must be all 0 */\r
unsigned char DataOffset : 4; /**< Offset of the data from the start of the header, in 4 byte chunks */\r
uint8_t Flags; /**< TCP packet flags */\r
- uint16_t WindowSize; /**< Current data window size (bytes remaning in reception buffer) */\r
+ uint16_t WindowSize; /**< Current data window size (bytes remaining in reception buffer) */\r
\r
uint16_t Checksum; /**< TCP checksum */\r
uint16_t UrgentPointer; /**< Urgent data pointer */\r