changeset 7830:2695efd5bb2f

Fixed typo in CONFIG_FLASK_MLS define and comment
author John Weeks <jweeks@opensolaris.org>
date Fri, 02 May 2008 09:21:46 -0700
parents c5e66da7b20d
children 2aac04e3eb1f
files usr/src/common/fmac/ss/ss_impl.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/common/fmac/ss/ss_impl.h	Thu May 01 21:18:11 2008 -0700
+++ b/usr/src/common/fmac/ss/ss_impl.h	Fri May 02 09:21:46 2008 -0700
@@ -57,10 +57,10 @@
 #include <sys/byteorder.h>
 
 /*
- * Comment out the line below if you want to build
+ * Uncomment the line below if you want to build
  * the security server with MLS.
  */
-/* #DEFine	CONFIG_FLASK_MLS */
+/* #define	CONFIG_FLASK_MLS */
 
 #define	SS_CPU_TO_LE32(x)	cpu_to_le32(x)
 #define	SS_LE32_TO_CPU(x)	le32_to_cpu(x)