diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2008-07-15 10:32:35 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2008-07-15 10:32:35 +0000 |
| commit | b27227029b4c5bd5ccf52ba4f492bd97a01da0d6 (patch) | |
| tree | c2101c46fd4c13649569b27e426d834553078ddc /sys/netinet/tcp_output.c | |
| parent | a624bb23e3adb35092de0c0d826d059018305a61 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_output.c')
| -rw-r--r-- | sys/netinet/tcp_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 5566ccf41170..8d9c07e0d4a0 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -934,7 +934,7 @@ send: * 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) |
