fixed a type

This commit is contained in:
goldsimon 2010-04-30 20:37:22 +00:00
parent 72c580236e
commit 3685bc4828

View File

@ -260,7 +260,7 @@ PACK_STRUCT_END
#define TCP_OVERSIZE_DBGCHECK 0
#endif
/** Don't generate chceksum on copy if CHECKSUM_GEN_TCP is disabled */
/** Don't generate checksum on copy if CHECKSUM_GEN_TCP is disabled */
#define TCP_CHECKSUM_ON_COPY (LWIP_CHECKSUM_ON_COPY && CHECKSUM_GEN_TCP)
/* This structure represents a TCP segment on the unsent, unacked and ooseq queues */