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
This commit is contained in:
Olivier Certner
2026-04-28 11:58:31 +02:00
parent 73215eba8b
commit dbf8f0895a
+1 -1
View File
@@ -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.
*/