summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-01-04 17:21:27 +0000
committerrwatson <rwatson@FreeBSD.org>2002-01-04 17:21:27 +0000
commit46f317e07b711d66d04c13582722f6381fe86f01 (patch)
treecda1a5750c0bc2cf758d56a72341167406f04f75 /sys/netinet
parentef47e8e61b09e7ef444cb062a0ffadb3296fc799 (diff)
downloadFreeBSD-src-46f317e07b711d66d04c13582722f6381fe86f01.zip
FreeBSD-src-46f317e07b711d66d04c13582722f6381fe86f01.tar.gz
o Spelling fix in comment: tcp_ouput -> tcp_output
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_input.c2
-rw-r--r--sys/netinet/tcp_reass.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index 4e39320..d6a1760 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -708,7 +708,7 @@ findpcb:
tp = intotcpcb(inp);
/*
* This is what would have happened in
- * tcp_ouput() when the SYN,ACK was sent.
+ * tcp_output() when the SYN,ACK was sent.
*/
tp->snd_up = tp->snd_una;
tp->snd_max = tp->snd_nxt = tp->iss + 1;
diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c
index 4e39320..d6a1760 100644
--- a/sys/netinet/tcp_reass.c
+++ b/sys/netinet/tcp_reass.c
@@ -708,7 +708,7 @@ findpcb:
tp = intotcpcb(inp);
/*
* This is what would have happened in
- * tcp_ouput() when the SYN,ACK was sent.
+ * tcp_output() when the SYN,ACK was sent.
*/
tp->snd_up = tp->snd_una;
tp->snd_max = tp->snd_nxt = tp->iss + 1;
OpenPOWER on IntegriCloud