[apparmor] [PATCH] security: fix sentence grammar

Zygmunt Krynicki zygmunt.krynicki at canonical.com
Mon Jul 10 12:43:38 UTC 2017


Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
---
 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




More information about the AppArmor mailing list