From 877e6384eb032c63006ec4c704e34da9e47b58aa Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Wed, 28 Aug 2013 13:37:00 +0800 Subject: [PATCH] tcp: Fix comment --- sys/netinet/tcp_usrreq.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index 446b6e234f..ac3b31003c 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -1546,8 +1546,7 @@ SYSCTL_INT(_net_inet_tcp, TCPCTL_RECVSPACE, recvspace, CTLFLAG_RW, /* * Attach TCP protocol to socket, allocating internet protocol control - * block, tcp control block, bufer space, and entering LISTEN state - * if to accept connections. + * block, tcp control block, buffer space, and entering CLOSED state. */ static int tcp_attach(struct socket *so, struct pru_attach_info *ai) -- 2.41.0