summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_api.c
diff options
context:
space:
mode:
authorAustin Kim <austindh.kim@gmail.com>2021-11-25 00:44:18 +0300
committerMimi Zohar <zohar@linux.ibm.com>2022-02-15 19:10:03 +0300
commit65603435599f6425eadf51201956c88a03606ca7 (patch)
treea79cc5123b6df7136bc5e88e33e2af9ef7523eb9 /security/integrity/ima/ima_api.c
parent754e0b0e35608ed5206d6a67a791563c631cec07 (diff)
downloadlinux-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_api.c')
-rw-r--r--security/integrity/ima/ima_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/ima/ima_api.c b/security/integrity/ima/ima_api.c
index a64fb0130b01..5b220a2fe573 100644
--- a/security/integrity/ima/ima_api.c
+++ b/security/integrity/ima/ima_api.c
@@ -238,7 +238,7 @@ int ima_collect_measurement(struct integrity_iint_cache *iint,
goto out;
/*
- * Dectecting file change is based on i_version. On filesystems
+ * Detecting file change is based on i_version. On filesystems
* which do not support i_version, support is limited to an initial
* measurement/appraisal/audit.
*/