aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Certner <olce@FreeBSD.org>2026-04-28 09:58:31 +0000
committerOlivier Certner <olce@FreeBSD.org>2026-05-29 15:25:52 +0000
commitdbf8f0895ad86fea10adbd678873f8af0bd7558c (patch)
tree71c7b62a97635e29c1a5421352198ec22082c926
parent73215eba8b91fab37c1ad380fca04f082f3f92fd (diff)
MAC/do: Fix obsolete wording in a comment ("ascendant" => "ancestor")
Reviewed by: bapt MFC after: 1 month Sponsored by: The FreeBSD Foundation Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/38
-rw-r--r--sys/security/mac_do/mac_do.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_do/mac_do.c b/sys/security/mac_do/mac_do.c
index 3da2f4ed5c80..03569fab87d6 100644
--- a/sys/security/mac_do/mac_do.c
+++ b/sys/security/mac_do/mac_do.c
@@ -1292,7 +1292,7 @@ dealloc_jail_osd(void *const value)
* Remove the rules specifically associated to a prison.
*
* In practice, this means that the rules become inherited (from the closest
- * ascendant that has some).
+ * ancestor that has some).
*
* Destroys the 'osd_jail_slot' slot of the passed jail.
*/