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