Merge "Apostrophe not permitted in macro parameters" into oc-dev
diff --git a/public/domain.te b/public/domain.te
index 74b25f7..2487419 100644
--- a/public/domain.te
+++ b/public/domain.te
@@ -133,7 +133,7 @@
allow domain vendor_file:lnk_file { getattr open read };
# This is required to be able to search & read /vendor/lib64
- # in order to lookup vendor libraries. The 'execute' permission
+ # in order to lookup vendor libraries. The execute permission
# for coredomains is granted *only* for same process HALs
allow domain vendor_file:dir { getattr search };