summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c
diff options
context:
space:
mode:
authorjca <jca@openbsd.org>2016-12-26 21:30:10 +0000
committerjca <jca@openbsd.org>2016-12-26 21:30:10 +0000
commitec18dcd3456ce8fac02d5ba49724e27334dcace4 (patch)
tree5cc7c4d702042007009bc629d5730dc7b1510653 /sys/netinet/tcp_usrreq.c
parentalso document the weird i2d_PKCS7_NDEF(3) (diff)
downloadwireguard-openbsd-ec18dcd3456ce8fac02d5ba49724e27334dcace4.tar.xz
wireguard-openbsd-ec18dcd3456ce8fac02d5ba49724e27334dcace4.zip
Typo, "more then" -> "more than"
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r--sys/netinet/tcp_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c
index 5cd71d38c04..e61d6545970 100644
--- a/sys/netinet/tcp_usrreq.c
+++ b/sys/netinet/tcp_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_usrreq.c,v 1.139 2016/12/20 18:33:43 bluhm Exp $ */
+/* $OpenBSD: tcp_usrreq.c,v 1.140 2016/12/26 21:30:10 jca Exp $ */
/* $NetBSD: tcp_usrreq.c,v 1.20 1996/02/13 23:44:16 christos Exp $ */
/*
@@ -1027,7 +1027,7 @@ tcp_update_sndspace(struct tcpcb *tp)
/*
* Scale the recv buffer by looking at how much data was transferred in
- * on approximated RTT. If more then a big part of the recv buffer was
+ * on approximated RTT. If more than a big part of the recv buffer was
* transferred during that time we increase the buffer by a constant.
* In low memory situation try to shrink the buffer to the initial size.
*/