fix typos; Martin Vahlensieck
authorsthen <sthen@openbsd.org>
Thu, 17 Mar 2022 18:27:55 +0000 (18:27 +0000)
committersthen <sthen@openbsd.org>
Thu, 17 Mar 2022 18:27:55 +0000 (18:27 +0000)
sys/net/if_wg.c
sys/net/pf.c

index 4dae3e3..c04fe44 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_wg.c,v 1.22 2022/02/22 01:15:02 guenther Exp $ */
+/*     $OpenBSD: if_wg.c,v 1.23 2022/03/17 18:27:56 sthen Exp $ */
 
 /*
  * Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
@@ -2023,7 +2023,7 @@ wg_input(void *_sc, struct mbuf *m, struct ip *ip, struct ip6_hdr *ip6,
 
        /*
         * Ensure mbuf is contiguous over full length of packet. This is done
-        * os we can directly read the handshake values in wg_handshake, and so
+        * so we can directly read the handshake values in wg_handshake, and so
         * we can decrypt a transport packet by passing a single buffer to
         * noise_remote_decrypt in wg_decap.
         */
index 3b5bb7d..ffbdf79 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pf.c,v 1.1125 2022/03/05 10:43:32 jsg Exp $ */
+/*     $OpenBSD: pf.c,v 1.1126 2022/03/17 18:27:55 sthen Exp $ */
 
 /*
  * Copyright (c) 2001 Daniel Hartmeier
@@ -1340,7 +1340,7 @@ pf_state_expires(const struct pf_state *state, uint8_t stimeout)
         * this function may be called by the state purge task while
         * the state is being modified. avoid inconsistent reads of
         * state->timeout by having the caller do the read (and any
-        * chacks it needs to do on the same variable) and then pass
+        * checks it needs to do on the same variable) and then pass
         * their view of the timeout in here for this function to use.
         * the only consequence of using a stale timeout value is
         * that the state won't be a candidate for purging until the