o Spelling fix in comment: tcp_ouput -> tcp_output

This commit is contained in:
Robert Watson 2002-01-04 17:21:27 +00:00
parent b50764b00b
commit e6658b129e
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;