From 345064545a5da545cc64946595e4351216555a08 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 28 Oct 2002 19:50:06 +0000 Subject: Correct a typo in a previously commented include entry that was made visible in the recent commit. --- sys/security/mac_mls/mac_mls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/security/mac_mls') 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; -- cgit v1.1