Date: Tue, 3 Jun 2025 13:05:43 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: 9b09a560d8fa - stable/14 - ipsec(4): Fix a typo in a source code comment Message-ID: <202506031305.553D5hbo082161@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=9b09a560d8fa61df9ba42b56314e4b5ce8666332 commit 9b09a560d8fa61df9ba42b56314e4b5ce8666332 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-05-31 08:59:09 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-06-03 13:03:07 +0000 ipsec(4): Fix a typo in a source code comment - s/limitiation/limitation/ (cherry picked from commit 56a9d245eb16e774fece0334fcf0761058d59a0c) --- sys/netipsec/ipsec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netipsec/ipsec.h b/sys/netipsec/ipsec.h index eea0a39af5ea..8e18d6378957 100644 --- a/sys/netipsec/ipsec.h +++ b/sys/netipsec/ipsec.h @@ -93,7 +93,7 @@ struct secpolicy { uint32_t id; /* It's unique number on the system. */ /* * lifetime handler. - * the policy can be used without limitiation if both lifetime and + * the policy can be used without limitation if both lifetime and * validtime are zero. * "lifetime" is passed by sadb_lifetime.sadb_lifetime_addtime. * "validtime" is passed by sadb_lifetime.sadb_lifetime_usetime.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506031305.553D5hbo082161>