Just noticed this typo in tcp_input.c

G

Index: tcp_input.c
===================================================================
RCS file: /cvs/src/sys/netinet/tcp_input.c,v
retrieving revision 1.318
diff -u -p -u -p -r1.318 tcp_input.c
--- tcp_input.c 31 Mar 2016 13:11:14 -0000      1.318
+++ tcp_input.c 7 Jun 2016 08:36:39 -0000
@@ -3372,8 +3372,8 @@ syn_cache_insert(struct syn_cache *sc, s
/*
         * 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.
+        * the hash secrets. To avoid useless cache swaps and
+        * 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));

Reply via email to