s/send/sent/ in comment describing TCPS_SYN_RECEIVED.

This commit is contained in:
Robert Watson 2004-11-21 14:38:04 +00:00
parent c17ff94938
commit 98734750b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137971

View File

@ -43,7 +43,7 @@
#define TCPS_CLOSED 0 /* closed */
#define TCPS_LISTEN 1 /* listening for connection */
#define TCPS_SYN_SENT 2 /* active, have sent syn */
#define TCPS_SYN_RECEIVED 3 /* have send and received syn */
#define TCPS_SYN_RECEIVED 3 /* have sent and received syn */
/* states < TCPS_ESTABLISHED are those where connections not established */
#define TCPS_ESTABLISHED 4 /* established */
#define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */