aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_main.c
diff options
context:
space:
mode:
authorAustin Kim <austindh.kim@gmail.com>2021-11-24 21:44:18 +0000
committerMimi Zohar <zohar@linux.ibm.com>2022-02-15 11:10:03 -0500
commit65603435599f6425eadf51201956c88a03606ca7 (patch)
treea79cc5123b6df7136bc5e88e33e2af9ef7523eb9 /security/integrity/ima/ima_main.c
parentLinux 5.17-rc4 (diff)
downloadlinux-dev-65603435599f6425eadf51201956c88a03606ca7.tar.xz
linux-dev-65603435599f6425eadf51201956c88a03606ca7.zip
ima: Fix trivial typos in the comments
There are a few minor typos in the comments. Fix these. Signed-off-by: Austin Kim <austindh.kim@gmail.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Diffstat (limited to 'security/integrity/ima/ima_main.c')
-rw-r--r--security/integrity/ima/ima_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/ima/ima_main.c b/security/integrity/ima/ima_main.c
index 8c6e4514d494..8ed6da428328 100644
--- a/security/integrity/ima/ima_main.c
+++ b/security/integrity/ima/ima_main.c
@@ -764,7 +764,7 @@ int ima_post_read_file(struct file *file, void *buf, loff_t size,
* call to ima_post_load_data().
*
* Callers of this LSM hook can not measure, appraise, or audit the
- * data provided by userspace. Enforce policy rules requring a file
+ * data provided by userspace. Enforce policy rules requiring a file
* signature (eg. kexec'ed kernel image).
*
* For permission return 0, otherwise return -EACCES.