diff options
author | dd <dd@FreeBSD.org> | 2001-08-23 22:34:29 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-08-23 22:34:29 +0000 |
commit | 6ea3a08d37370ed11af6ca6f14b86d1cddee9350 (patch) | |
tree | a1c1f84fae9afb56aae3e586366b0e166a266881 /sys/netinet | |
parent | b5c6e30e9c43329496d95c07d57bc79229bbc454 (diff) | |
download | FreeBSD-src-6ea3a08d37370ed11af6ca6f14b86d1cddee9350.zip FreeBSD-src-6ea3a08d37370ed11af6ca6f14b86d1cddee9350.tar.gz |
Correct a typo in a comment: FIN_WAIT2 -> FIN_WAIT_2
PR: 29970
Submitted by: Joseph Mallett <jmallett@xMach.org>
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/tcp_input.c | 2 | ||||
-rw-r--r-- | sys/netinet/tcp_reass.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index a49c07d..3592213 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1499,7 +1499,7 @@ trimthenstep6: * SYN_RECEIVED STATE: * If passive open, return to LISTEN state. * If active open, inform user that connection was refused. - * ESTABLISHED, FIN_WAIT_1, FIN_WAIT2, CLOSE_WAIT STATES: + * ESTABLISHED, FIN_WAIT_1, FIN_WAIT_2, CLOSE_WAIT STATES: * Inform user that connection was reset, and close tcb. * CLOSING, LAST_ACK STATES: * Close the tcb. diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c index a49c07d..3592213 100644 --- a/sys/netinet/tcp_reass.c +++ b/sys/netinet/tcp_reass.c @@ -1499,7 +1499,7 @@ trimthenstep6: * SYN_RECEIVED STATE: * If passive open, return to LISTEN state. * If active open, inform user that connection was refused. - * ESTABLISHED, FIN_WAIT_1, FIN_WAIT2, CLOSE_WAIT STATES: + * ESTABLISHED, FIN_WAIT_1, FIN_WAIT_2, CLOSE_WAIT STATES: * Inform user that connection was reset, and close tcb. * CLOSING, LAST_ACK STATES: * Close the tcb. |