diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-01 01:13:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-01 01:13:06 +0000 |
commit | 0800dd3884ff6cd326462ec9d6163318acce0812 (patch) | |
tree | d586d1ff320fa314b64d14b6d7021daae4032ed8 | |
parent | 2da345fe092d8da598fe4bf83b8cc063f13e8e21 (diff) |
Typo in comment.
-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! |