git: 67ec8dba2dce - stable/15 - MAC/do: Fix obsolete wording in a comment ("ascendant" => "ancestor")
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jun 2026 19:25:53 UTC
The branch stable/15 has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=67ec8dba2dce8bd3d9c93ad2e489221d45d50a64
commit 67ec8dba2dce8bd3d9c93ad2e489221d45d50a64
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-04-28 09:58:31 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2026-06-29 19:23:48 +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
(cherry picked from commit dbf8f0895ad86fea10adbd678873f8af0bd7558c)
---
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 31b83a4b9214..32950237d33c 100644
--- a/sys/security/mac_do/mac_do.c
+++ b/sys/security/mac_do/mac_do.c
@@ -1294,7 +1294,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.
*/