From 69595c71c333cbd9d9ecb37453dae5f2566f2f58 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 21 Nov 2004 14:38:04 +0000 Subject: s/send/sent/ in comment describing TCPS_SYN_RECEIVED. --- sys/netinet/tcp_fsm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet') diff --git a/sys/netinet/tcp_fsm.h b/sys/netinet/tcp_fsm.h index b02e834..8713e76 100644 --- a/sys/netinet/tcp_fsm.h +++ b/sys/netinet/tcp_fsm.h @@ -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 */ -- cgit v1.1