summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-08-23 22:34:29 +0000
committerdd <dd@FreeBSD.org>2001-08-23 22:34:29 +0000
commit6ea3a08d37370ed11af6ca6f14b86d1cddee9350 (patch)
treea1c1f84fae9afb56aae3e586366b0e166a266881 /sys/netinet/tcp_input.c
parentb5c6e30e9c43329496d95c07d57bc79229bbc454 (diff)
downloadFreeBSD-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/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c2
1 files changed, 1 insertions, 1 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.
OpenPOWER on IntegriCloud