Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2023 23:53:59 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b6d3a9644d5c - main - net/pfkeyv2.h: fix typo, meNber
Message-ID:  <202305102353.34ANrxr9022437@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=b6d3a9644d5c73a1903dc39f79fe306b42b86b35

commit b6d3a9644d5c73a1903dc39f79fe306b42b86b35
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-05-10 23:52:39 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-05-10 23:52:39 +0000

    net/pfkeyv2.h: fix typo, meNber
    
    Sponsored by:   NVidia networking
    MFC after:      3 days
---
 sys/net/pfkeyv2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h
index 6ac14efaa850..cd9acda40e92 100644
--- a/sys/net/pfkeyv2.h
+++ b/sys/net/pfkeyv2.h
@@ -433,7 +433,7 @@ _Static_assert(sizeof(struct sadb_x_sa_replay) == 8, "struct size mismatch");
 /* SPI size for PF_KEYv2 */
 #define PFKEY_SPI_SIZE	sizeof(u_int32_t)
 
-/* Identifier for menber of lifetime structure */
+/* Identifier for member of lifetime structure */
 #define SADB_X_LIFETIME_ALLOCATIONS	0
 #define SADB_X_LIFETIME_BYTES		1
 #define SADB_X_LIFETIME_ADDTIME		2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305102353.34ANrxr9022437>