git: 651804251df0 - stable/13 - netlink(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 06:52:54 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=651804251df08aa8b307f8539eeb700788c08187 commit 651804251df08aa8b307f8539eeb700788c08187 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-22 20:52:16 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-25 06:49:04 +0000 netlink(4): Fix a typo in a source code comment - s/permament/permanent/ (cherry picked from commit c90f1ed104606f5a691ea2defc5711ca9d28fcc7) --- sys/netlink/route/neigh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netlink/route/neigh.h b/sys/netlink/route/neigh.h index eacacc09711a..10bc3b93d16a 100644 --- a/sys/netlink/route/neigh.h +++ b/sys/netlink/route/neigh.h @@ -82,7 +82,7 @@ enum { #define NTF_PROXY 0x0008 /* proxy entry */ #define NTF_EXT_LEARNED 0x0010 /* not used */ #define NTF_OFFLOADED 0x0020 /* not used */ -#define NTF_STICKY 0x0040 /* permament entry */ +#define NTF_STICKY 0x0040 /* permanent entry */ #define NTF_ROUTER 0x0080 /* dst indicated itself as a router */ /* start of NDA_FLAGS_EXT */ #define NTF_EXT_MANAGED 0x0100 /* not used */