diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2025-04-01 16:43:40 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2025-04-02 16:26:33 +0000 |
| commit | 03c12d0c21a3f3aba5db8b86fc3b4637cfe109a7 (patch) | |
| tree | e90f2edc1aada80b4725934cef73e98744d2881e /sys/security/mac_do | |
| parent | ce9c4673829561bf66c78577be2b078d5662a33b (diff) | |
Diffstat (limited to 'sys/security/mac_do')
| -rw-r--r-- | sys/security/mac_do/mac_do.c | 2 |
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 8175f8ccdab4..7bd3e2294798 100644 --- a/sys/security/mac_do/mac_do.c +++ b/sys/security/mac_do/mac_do.c @@ -844,7 +844,7 @@ pour_list_into_rule(const id_type_t type, struct id_list *const list, } /* - * See also first comments for parse_rule() below. + * See also the herald comment for parse_rules() below. * * The second part of a rule, called <target> (or <to>), is a comma-separated * (',') list of '<flags><type>=<id>' clauses similar to that of the <from> |
