From c04adf2d4e195884b54782cce998f2fab5d50a6d Mon Sep 17 00:00:00 2001 From: sthen Date: Thu, 17 Mar 2022 18:27:55 +0000 Subject: [PATCH] fix typos; Martin Vahlensieck --- sys/net/if_wg.c | 4 ++-- sys/net/pf.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/net/if_wg.c b/sys/net/if_wg.c index 4dae3e3c976..c04fe44efa5 100644 --- a/sys/net/if_wg.c +++ b/sys/net/if_wg.c @@ -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 . 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. */ diff --git a/sys/net/pf.c b/sys/net/pf.c index 3b5bb7d391d..ffbdf790fe7 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -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 -- 2.20.1