summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;