Signed-off-by: Zygmunt Krynicki <[email protected]>
---
 security/security.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/security.c b/security/security.c
index b9fea3999cf8..7c2890254914 100644
--- a/security/security.c
+++ b/security/security.c
@@ -847,7 +847,7 @@ int security_file_ioctl(struct file *file, unsigned int 
cmd, unsigned long arg)
 static inline unsigned long mmap_prot(struct file *file, unsigned long prot)
 {
        /*
-        * Does we have PROT_READ and does the application expect
+        * Do we have PROT_READ and does the application expect
         * it to imply PROT_EXEC?  If not, nothing to talk about...
         */
        if ((prot & (PROT_READ | PROT_EXEC)) != PROT_READ)
-- 
2.11.0


-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to