Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2026 16:01:46 +0000
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: dbf8f0895ad8 - main - MAC/do: Fix obsolete wording in a comment ("ascendant" => "ancestor")
Message-ID:  <6a19b86a.35dfe.4a06e523@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=dbf8f0895ad86fea10adbd678873f8af0bd7558c

commit dbf8f0895ad86fea10adbd678873f8af0bd7558c
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2026-04-28 09:58:31 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
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.
  */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a19b86a.35dfe.4a06e523>