diff options
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 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; |