The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=dbf8f0895ad86fea10adbd678873f8af0bd7558c
commit dbf8f0895ad86fea10adbd678873f8af0bd7558c Author: Olivier Certner <[email protected]> AuthorDate: 2026-04-28 09:58:31 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2026-05-29 15:25:52 +0000 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 --- sys/security/mac_do/mac_do.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */
