-/* $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.
/*
* 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.
*/
-/* $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
* 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