mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct grammar error in comment
MFC after: 3 days
This commit is contained in:
parent
7268fa6483
commit
578994bbd7
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ mac_check_system_sysctl(struct ucred *cred, struct sysctl_oid *oidp, void *arg1,
|
|||
int error;
|
||||
|
||||
/*
|
||||
* XXXMAC: We're very much like to assert the SYSCTL_LOCK here,
|
||||
* XXXMAC: We would very much like to assert the SYSCTL_LOCK here,
|
||||
* but since it's not exported from kern_sysctl.c, we can't.
|
||||
*/
|
||||
if (!mac_enforce_system)
|
||||
|
|
|
|||
Loading…
Reference in a new issue