diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-08 19:54:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-08 19:54:13 +0000 |
commit | 6b1a161763f883ca298932071c682e8c707ca78e (patch) | |
tree | 31aa5e0e9509918bc262431be2840bae04fe123d | |
parent | 2d990d8d48d245a144495bbe93cd3aa83e803d87 (diff) |
grammar; bane@mournblade.NETural.com
-rw-r--r-- | sys/netinet/tcp_fsm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_fsm.h b/sys/netinet/tcp_fsm.h index 9a13762b020..a6cd4813081 100644 --- a/sys/netinet/tcp_fsm.h +++ b/sys/netinet/tcp_fsm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_fsm.h,v 1.3 1997/06/14 05:37:12 deraadt Exp $ */ +/* $OpenBSD: tcp_fsm.h,v 1.4 1997/11/08 19:54:12 deraadt Exp $ */ /* $NetBSD: tcp_fsm.h,v 1.6 1994/10/14 16:01:48 mycroft Exp $ */ /* @@ -46,7 +46,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 */ |