diff options
author | 2001-05-01 01:13:05 +0000 | |
---|---|---|
committer | 2001-05-01 01:13:05 +0000 | |
commit | 8eb13f247a2f043aa5c7d92d92502c014079285b (patch) | |
tree | 779e879916de17733749c4843f732fa5bbcde780 /sys/netinet/tcp_input.c | |
parent | Convert to new timeouts. (diff) | |
download | wireguard-openbsd-8eb13f247a2f043aa5c7d92d92502c014079285b.tar.xz wireguard-openbsd-8eb13f247a2f043aa5c7d92d92502c014079285b.zip |
Typo in comment.
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r-- | sys/netinet/tcp_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 12fc0029f9d..220b75badbd 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_input.c,v 1.84 2001/04/04 05:42:57 itojun Exp $ */ +/* $OpenBSD: tcp_input.c,v 1.85 2001/05/01 01:13:05 aaron Exp $ */ /* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */ /* @@ -2894,7 +2894,7 @@ tcp_mss(tp, offer) * We are passed the TCPCB for the actual connection. If we * are the server, we are called by the compressed state engine * when the 3-way handshake is complete. If we are the client, - * we are called when we recieve the SYN,ACK from the server. + * we are called when we receive the SYN,ACK from the server. * * NOTE: The t_maxseg value must be initialized in the TCPCB * before this routine is called! |