From f58356661632d4c08870122f2cf944ea4edfe810 Mon Sep 17 00:00:00 2001
From: Nick Kralevich <nnk@google.com>
Date: Wed, 9 Jul 2014 19:03:08 -0700
Subject: [PATCH] Don't use don't

Single quotes sometimes mess up m4 parsing

Change-Id: Ic53cf0f9b45b2173cbea5c96048750f6a582a535
---
 untrusted_app.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/untrusted_app.te b/untrusted_app.te
index 720e8f27b..f29149e3d 100644
--- a/untrusted_app.te
+++ b/untrusted_app.te
@@ -77,7 +77,7 @@ neverallow untrusted_app debugfs:file read;
 # services.
 neverallow untrusted_app service_manager_type:service_manager add;
 
-# Don't allow untrusted_apps to connect to the property service
+# Do not allow untrusted_apps to connect to the property service
 # or set properties. b/10243159
 neverallow untrusted_app property_socket:sock_file write;
 neverallow untrusted_app init:unix_stream_socket connectto;
-- 
GitLab