aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-23 12:33:22 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-23 12:33:22 +0000
commitd9b482137c6bd9f2dd52cec1b52c3debefe83cb1 (patch)
treec4c81718ee63d66778dba0516585d370558ca152
parent5d6d0f25b9732b83aa3110fb7b52a8b00d5f70e6 (diff)
downloadxen-d9b482137c6bd9f2dd52cec1b52c3debefe83cb1.tar.gz
xen-d9b482137c6bd9f2dd52cec1b52c3debefe83cb1.tar.bz2
xen-d9b482137c6bd9f2dd52cec1b52c3debefe83cb1.zip
bitkeeper revision 1.1744 (42baac12VHiYuszqWxXm5lsjjqZq4g)
This patch fixes some wrong comment in STE policy code. Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
-rw-r--r--xen/acm/acm_simple_type_enforcement_hooks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/acm/acm_simple_type_enforcement_hooks.c b/xen/acm/acm_simple_type_enforcement_hooks.c
index 17e75deca8..6606c53a73 100644
--- a/xen/acm/acm_simple_type_enforcement_hooks.c
+++ b/xen/acm/acm_simple_type_enforcement_hooks.c
@@ -31,7 +31,7 @@
#include <asm/atomic.h>
#include <acm/acm_endian.h>
-/* local cache structures for chinese wall policy */
+/* local cache structures for STE policy */
struct ste_binary_policy ste_bin_pol;
static inline int have_common_type (ssidref_t ref1, ssidref_t ref2) {
@@ -66,7 +66,7 @@ static int share_common_type(struct domain *subj, struct domain *obj)
}
/*
- * Initializing chinese wall policy (will be filled by policy partition
+ * Initializing STE policy (will be filled by policy partition
* using setpolicy command)
*/
int acm_init_ste_policy(void)