summaryrefslogtreecommitdiff
path: root/security/apparmor/lsm.c
diff options
context:
space:
mode:
authorTanya Agarwal <tanyaagarwal25699@gmail.com>2025-01-24 00:51:00 +0530
committerJohn Johansen <john.johansen@canonical.com>2025-02-10 11:17:49 -0800
commitaabbe6f908d8264cd8aeeef8141665f71668ef36 (patch)
treeec547ff311e849789210d4e1bd56ee5686d781d2 /security/apparmor/lsm.c
parent04fe43104e4ed103a8b55c21d1bc354fac409421 (diff)
downloadlinux-aabbe6f908d8264cd8aeeef8141665f71668ef36.tar.gz
linux-aabbe6f908d8264cd8aeeef8141665f71668ef36.tar.bz2
linux-aabbe6f908d8264cd8aeeef8141665f71668ef36.zip
apparmor: fix typos and spelling errors
Fix typos and spelling errors in apparmor module comments that were identified using the codespell tool. No functional changes - documentation only. Signed-off-by: Tanya Agarwal <tanyaagarwal25699@gmail.com> Reviewed-by: Mimi Zohar <zohar@linux.ibm.com> Ryan Lee <ryan.lee@canonical.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/lsm.c')
-rw-r--r--security/apparmor/lsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/lsm.c b/security/apparmor/lsm.c
index 0b4f7e2e4135..74e2f31ac2d8 100644
--- a/security/apparmor/lsm.c
+++ b/security/apparmor/lsm.c
@@ -2173,7 +2173,7 @@ static int __init alloc_buffers(void)
* two should be enough, with more CPUs it is possible that more
* buffers will be used simultaneously. The preallocated pool may grow.
* This preallocation has also the side-effect that AppArmor will be
- * disabled early at boot if aa_g_path_max is extremly high.
+ * disabled early at boot if aa_g_path_max is extremely high.
*/
if (num_online_cpus() > 1)
num = 4 + RESERVE_COUNT;