summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/net/pfvar_priv.h4
1 files 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;