From: claudio Date: Wed, 9 Nov 2022 15:01:24 +0000 (+0000) Subject: Add missin 'e' in comment. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9c2315d73ddd7fdbeeba1cecd46ae79521526811;p=openbsd Add missin 'e' in comment. OK dlg@ --- diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index 34fe08cabeb..2595877d5dd 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_usrreq.c,v 1.211 2022/11/07 11:22:55 yasuoka Exp $ */ +/* $OpenBSD: tcp_usrreq.c,v 1.212 2022/11/09 15:01:24 claudio Exp $ */ /* $NetBSD: tcp_usrreq.c,v 1.20 1996/02/13 23:44:16 christos Exp $ */ /* @@ -1519,7 +1519,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 than a big part of the recv buffer was + * one 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. */