aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-05-31 08:59:09 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-05-31 08:59:09 +0000
commit56a9d245eb16e774fece0334fcf0761058d59a0c (patch)
tree5697ebfb91a8009aa1e597e02f15027baac3b635 /sys/netipsec
parent6ab70fbec4236a940275a42e301f76ade7faacbf (diff)
Diffstat (limited to 'sys/netipsec')
-rw-r--r--sys/netipsec/ipsec.h2
1 files changed, 1 insertions, 1 deletions
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.