diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-02 22:36:06 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-02 22:36:06 +0000 |
commit | 14d0b68e8507ba2c6acfb30d9176b87d78d83ab3 (patch) | |
tree | 672f42b1fcd27956dff77653febcfdb68f63c957 /sys/net/pfvar_priv.h | |
parent | e2c9659867b46cd28ab7c57e19b8f7f375222d54 (diff) |
spelling
ok jmc@ reads ok tb@
Diffstat (limited to 'sys/net/pfvar_priv.h')
-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 5bba87b19a8..16716a6ddd6 100644 --- a/sys/net/pfvar_priv.h +++ b/sys/net/pfvar_priv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar_priv.h,v 1.7 2021/06/23 06:53:52 dlg Exp $ */ +/* $OpenBSD: pfvar_priv.h,v 1.8 2022/01/02 22:36:04 jsg Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -176,7 +176,7 @@ struct pf_pdesc { u_int32_t off; /* protocol header offset */ u_int32_t hdrlen; /* protocol header length */ u_int32_t p_len; /* length of protocol payload */ - u_int32_t extoff; /* extentsion header offset */ + u_int32_t extoff; /* extension header offset */ u_int32_t fragoff; /* fragment header offset */ u_int32_t jumbolen; /* length from v6 jumbo header */ u_int32_t badopts; /* v4 options or v6 routing headers */ |