diff --git a/untrusted_app.te b/untrusted_app.te
index 720e8f27b4ba304493b7c78df196e638564b49aa..f29149e3d2f8d39fc69cd3abcbbac1042599ecc1 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;