Index | Thread | Search

From:
Tim Kuijsten <info+tech@netsend.nl>
Subject:
typo in if_wg.c
To:
tech@openbsd.org
Date:
Thu, 17 Apr 2025 14:27:17 +0200

Download raw body.

Thread
  • Tim Kuijsten:

    typo in if_wg.c

diff --git a/sys/net/if_wg.c b/sys/net/if_wg.c
index 2fc08da5872..0568063755e 100644
--- a/sys/net/if_wg.c
+++ b/sys/net/if_wg.c
@@ -1601,7 +1601,7 @@ wg_encap(struct wg_softc *sc, struct mbuf *m)

         /*
          * Copy the flow hash from the inner packet to the outer packet, so
-        * that fq_codel can property separate streams, rather than falling
+        * that fq_codel can properly separate streams, rather than falling
          * back to random buckets.
          */
         mc->m_pkthdr.ph_flowid = m->m_pkthdr.ph_flowid;