git: 56a9d245eb16 - main - ipsec(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 May 2025 09:00:46 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=56a9d245eb16e774fece0334fcf0761058d59a0c commit 56a9d245eb16e774fece0334fcf0761058d59a0c Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-05-31 08:59:09 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-05-31 08:59:09 +0000 ipsec(4): Fix a typo in a source code comment - s/limitiation/limitation/ MFC after: 3 days --- 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 3acb6a4044f1..44e7d9667d5b 100644 --- a/sys/netipsec/ipsec.h +++ b/sys/netipsec/ipsec.h @@ -102,7 +102,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.