ipsec(4): Fix a typo in a source code comment

- s/limitiation/limitation/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2025-05-31 10:59:09 +02:00
parent 6ab70fbec4
commit 56a9d245eb

View file

@ -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.