From 839befe68a99b77a6dc2afc3c5a6d0baf88498ae Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 12 Mar 2010 16:06:08 +0000 Subject: [PATCH] Corrected comment --- src/include/lwip/tcp_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/tcp_impl.h b/src/include/lwip/tcp_impl.h index bef4b9f7..20592141 100644 --- a/src/include/lwip/tcp_impl.h +++ b/src/include/lwip/tcp_impl.h @@ -259,7 +259,7 @@ PACK_STRUCT_END #define TCP_OVERSIZE_DBGCHECK 0 #endif -/* This structure represents a TCP segment on the unsent and unacked queues */ +/* This structure represents a TCP segment on the unsent, unacked and ooseq queues */ struct tcp_seg { struct tcp_seg *next; /* used when putting segements on a queue */ struct pbuf *p; /* buffer containing data + TCP header */