mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
ipsec(4): Fix a typo in a source code comment
- s/limitiation/limitation/ MFC after: 3 days
This commit is contained in:
parent
6ab70fbec4
commit
56a9d245eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue