From 956b6014c757ccfe3490ea40144fa41c6d6b490a Mon Sep 17 00:00:00 2001 From: dlg Date: Fri, 11 Nov 2022 17:12:30 +0000 Subject: [PATCH] me and my text editor are not getting along today --- sys/net/pfvar_priv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/pfvar_priv.h b/sys/net/pfvar_priv.h index 13f7ced9550..1d674711cf8 100644 --- a/sys/net/pfvar_priv.h +++ b/sys/net/pfvar_priv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar_priv.h,v 1.20 2022/11/11 16:12:08 dlg Exp $ */ +/* $OpenBSD: pfvar_priv.h,v 1.21 2022/11/11 17:12:30 dlg Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -69,7 +69,7 @@ struct pf_state { union pf_rule_ptr natrule; /* [I] */ struct pf_addr rt_addr; /* [I] */ struct pf_sn_head src_nodes; /* [I] */ - struct pf_state_key *key[2]; /* [ddresses stack and wire */ + struct pf_state_key *key[2]; /* stack and wire */ struct pfi_kif *kif; /* [I] */ struct mutex mtx; pf_refcnt_t refcnt; -- 2.20.1