From b27227029b4c5bd5ccf52ba4f492bd97a01da0d6 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Tue, 15 Jul 2008 10:32:35 +0000 Subject: Fix commment in typo. M tcp_output.c --- sys/netinet/tcp_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/tcp_output.c') 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) -- cgit v1.2.3