summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2016-06-09 23:09:51 +0000
committerbluhm <bluhm@openbsd.org>2016-06-09 23:09:51 +0000
commitee7a3dd4dcb4330f730ff4667d7acbf7cedf4d9d (patch)
tree50d190ce2c37d2dfa72501c7ff8d6f96b3160938 /sys/netinet/tcp_input.c
parentDo set the Message ID for Hello messages too. (diff)
downloadwireguard-openbsd-ee7a3dd4dcb4330f730ff4667d7acbf7cedf4d9d.tar.xz
wireguard-openbsd-ee7a3dd4dcb4330f730ff4667d7acbf7cedf4d9d.zip
Fix typo in comment. From Kapetanakis Giannis
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index f6d9e734347..afe5c807a85 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_input.c,v 1.318 2016/03/31 13:11:14 bluhm Exp $ */
+/* $OpenBSD: tcp_input.c,v 1.319 2016/06/09 23:09:51 bluhm Exp $ */
/* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */
/*
@@ -3373,7 +3373,7 @@ syn_cache_insert(struct syn_cache *sc, struct tcpcb *tp)
/*
* If there are no entries in the hash table, reinitialize
* the hash secrets. To avoid useless cache swaps and
- * and reinitialization, use it until the limit is reached.
+ * reinitialization, use it until the limit is reached.
*/
if (set->scs_count == 0 && set->scs_use <= 0) {
arc4random_buf(set->scs_random, sizeof(set->scs_random));