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

- s/limitiation/limitation/

(cherry picked from commit 56a9d245eb16e774fece0334fcf0761058d59a0c)
This commit is contained in:
Gordon Bergling 2025-05-31 10:59:09 +02:00 committed by Franco Fichtner
parent 750b980162
commit 7a01869c27

View File

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