Add missin 'e' in comment.
authorclaudio <claudio@openbsd.org>
Wed, 9 Nov 2022 15:01:24 +0000 (15:01 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 9 Nov 2022 15:01:24 +0000 (15:01 +0000)
OK dlg@

sys/netinet/tcp_usrreq.c

index 34fe08c..2595877 100644 (file)
@@ -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.
  */