diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2022-11-11 17:12:31 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2022-11-11 17:12:31 +0000 |
commit | 89df7c1fc1a53eb9765b72e6520e1a9385340ff1 (patch) | |
tree | ebf39d82881e389ce8f3d8f379cfbd77e1c94064 | |
parent | e4233d2a4ba6d8c82f291d1c36b4e804e3680e65 (diff) |
me and my text editor are not getting along today
-rw-r--r-- | sys/net/pfvar_priv.h | 4 |
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; |