diff options
Diffstat (limited to 'sys/net/ofp.h')
-rw-r--r-- | sys/net/ofp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/ofp.h b/sys/net/ofp.h index f57b582f112..2349127215c 100644 --- a/sys/net/ofp.h +++ b/sys/net/ofp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ofp.h,v 1.14 2021/03/10 10:21:48 jsg Exp $ */ +/* $OpenBSD: ofp.h,v 1.15 2023/04/11 00:45:09 jsg Exp $ */ /* * Copyright (c) 2013-2016 Reyk Floeter <reyk@openbsd.org> @@ -193,7 +193,7 @@ struct ofp_match { uint16_t om_length; } __packed; -/* Flow matching type type */ +/* Flow matching type */ #define OFP_MATCH_STANDARD 0 /* Standard match deprecated */ #define OFP_MATCH_OXM 1 /* OpenFlow Extensible Match */ |