diff options
Diffstat (limited to 'sys/security/mac/mac_system.c')
-rw-r--r-- | sys/security/mac/mac_system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac/mac_system.c b/sys/security/mac/mac_system.c index 83b22e1..6cd6430 100644 --- a/sys/security/mac/mac_system.c +++ b/sys/security/mac/mac_system.c @@ -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) |