Date: Thu, 16 May 2024 05:59:58 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 4b62662bcd67 - stable/12 - ipfw: Fix a typo in a source code comment Message-ID: <202405160559.44G5xwJA079159@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=4b62662bcd672b97676da5812c1b6436805fcb69 commit 4b62662bcd672b97676da5812c1b6436805fcb69 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-05-12 08:53:40 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-05-16 05:59:48 +0000 ipfw: Fix a typo in a source code comment - s/defaul/default/ (cherry picked from commit 78e4dbc34559f7b18ea85cafd6663db4e6d54af9) --- sys/netinet/ip_fw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h index 8b6055e64a6d..151251032e3b 100644 --- a/sys/netinet/ip_fw.h +++ b/sys/netinet/ip_fw.h @@ -954,7 +954,7 @@ typedef struct _ipfw_range_tlv { #define IPFW_RCFLAG_USER (IPFW_RCFLAG_RANGE | IPFW_RCFLAG_ALL | \ IPFW_RCFLAG_SET | IPFW_RCFLAG_DYNAMIC) /* Internally used flags */ -#define IPFW_RCFLAG_DEFAULT 0x0100 /* Do not skip defaul rule */ +#define IPFW_RCFLAG_DEFAULT 0x0100 /* Do not skip default rule */ typedef struct _ipfw_ta_tinfo { uint32_t flags; /* Format flags */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405160559.44G5xwJA079159>