diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-10-28 19:50:06 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-10-28 19:50:06 +0000 |
commit | 345064545a5da545cc64946595e4351216555a08 (patch) | |
tree | edb4cce378879fcc3c50b3bfc5e550b564eab9b3 /sys/security/mac_mls | |
parent | 71ce8bbc83c48ab4b6876cd489d4bc102d1bc859 (diff) | |
download | FreeBSD-src-345064545a5da545cc64946595e4351216555a08.zip FreeBSD-src-345064545a5da545cc64946595e4351216555a08.tar.gz |
Correct a typo in a previously commented include entry that was made
visible in the recent commit.
Diffstat (limited to 'sys/security/mac_mls')
-rw-r--r-- | sys/security/mac_mls/mac_mls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_mls/mac_mls.h b/sys/security/mac_mls/mac_mls.h index 2e464dc..1530747 100644 --- a/sys/security/mac_mls/mac_mls.h +++ b/sys/security/mac_mls/mac_mls.h @@ -72,7 +72,7 @@ /* * MLS compartments bit set size (in bits). */ -#define MAC_MLS_MAX_COMPARTMMENTS 256 +#define MAC_MLS_MAX_COMPARTMENTS 256 struct mac_mls_element { u_short mme_type; |