summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2008-07-15 10:32:35 +0000
committerrpaulo <rpaulo@FreeBSD.org>2008-07-15 10:32:35 +0000
commit2d49f66781d711152d390cc98a26f9b781a5255a (patch)
treec2101c46fd4c13649569b27e426d834553078ddc /sys/netinet
parent00069ec25e5a163596e0768d15a08e1eb5e97518 (diff)
downloadFreeBSD-src-2d49f66781d711152d390cc98a26f9b781a5255a.zip
FreeBSD-src-2d49f66781d711152d390cc98a26f9b781a5255a.tar.gz
Fix commment in typo.
M tcp_output.c
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index 5566ccf..8d9c07e 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)
OpenPOWER on IntegriCloud