mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
o Spelling fix in comment: tcp_ouput -> tcp_output
This commit is contained in:
parent
b50764b00b
commit
e6658b129e
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue