diff options
author | Austin Kim <austindh.kim@gmail.com> | 2021-11-25 00:44:18 +0300 |
---|---|---|
committer | Mimi Zohar <zohar@linux.ibm.com> | 2022-02-15 19:10:03 +0300 |
commit | 65603435599f6425eadf51201956c88a03606ca7 (patch) | |
tree | a79cc5123b6df7136bc5e88e33e2af9ef7523eb9 /security/integrity/ima/ima_main.c | |
parent | 754e0b0e35608ed5206d6a67a791563c631cec07 (diff) | |
download | linux-65603435599f6425eadf51201956c88a03606ca7.tar.xz |
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.c | 2 |
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. |