diff options
author | 2012-02-24 06:19:00 +0000 | |
---|---|---|
committer | 2012-02-24 06:19:00 +0000 | |
commit | 98c266579d95a2d236242f072421f4700ca4003c (patch) | |
tree | 41f6c7ab16fd15c875b0e7f274a4d5e633391784 /sys/netinet/tcp_usrreq.c | |
parent | sched_yield() is the standard name while pthread_yield() is the (diff) | |
download | wireguard-openbsd-98c266579d95a2d236242f072421f4700ca4003c.tar.xz wireguard-openbsd-98c266579d95a2d236242f072421f4700ca4003c.zip |
Correct the spelling of "transferred" and "transferring"
from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
-rw-r--r-- | sys/netinet/tcp_usrreq.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index 78320828840..d2780b1e8e1 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_usrreq.c,v 1.109 2012/01/03 21:50:12 bluhm Exp $ */ +/* $OpenBSD: tcp_usrreq.c,v 1.110 2012/02/24 06:19:00 guenther Exp $ */ /* $NetBSD: tcp_usrreq.c,v 1.20 1996/02/13 23:44:16 christos Exp $ */ /* @@ -997,9 +997,9 @@ tcp_update_sndspace(struct tcpcb *tp) } /* - * Scale the recv buffer by looking at how much data was transfered in + * 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 - * transfered during that time we increase the buffer by a constant. + * transferred during that time we increase the buffer by a constant. * In low memory situation try to shrink the buffer to the initial size. */ void |