aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-01-04 17:21:27 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-01-04 17:21:27 +0000
commite6658b129ef46b580cb211ba2b3dc6905ab4c6cc (patch)
treecda1a5750c0bc2cf758d56a72341167406f04f75 /sys/netinet
parentb50764b00b9a1b3986aa4317e5470aaa08a59bdd (diff)
downloadsrc-e6658b129ef46b580cb211ba2b3dc6905ab4c6cc.tar.gz
src-e6658b129ef46b580cb211ba2b3dc6905ab4c6cc.zip
o Spelling fix in comment: tcp_ouput -> tcp_output
Notes
Notes: svn path=/head/; revision=88884
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 4e3932083505..d6a1760346f5 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 4e3932083505..d6a1760346f5 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;