All comments in the library, bootloaders, demos and projects have now been spell...
[pub/USBasp.git] / Demos / Device / RNDISEthernet / TCP.h
index 25fa657..d4b72a5 100644 (file)
                        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