1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

Fix commment in typo.

M    tcp_output.c
This commit is contained in:
Rui Paulo 2008-07-15 10:32:35 +00:00
parent a624bb23e3
commit b27227029b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180535

View File

@ -934,7 +934,7 @@ tcp_output(struct tcpcb *tp)
* a 0 window. This may cause the remote transmitter to stall. This
* flag tells soreceive() to disable delayed acknowledgements when
* draining the buffer. This can occur if the receiver is attempting
* to read more data then can be buffered prior to transmitting on
* to read more data than can be buffered prior to transmitting on
* the connection.
*/
if (recwin == 0)