diff options
| author | Casey Schaufler <casey@schaufler-ca.com> | 2025-02-11 14:34:02 -0800 |
|---|---|---|
| committer | Casey Schaufler <casey@schaufler-ca.com> | 2025-02-11 14:34:02 -0800 |
| commit | 2aad5cd1dbeb20baf13d9bbb963afc4aa7fa0e34 (patch) | |
| tree | cfe2b4894c09c3e72de0e77f4837587020e4e783 /security/smack/smack.h | |
| parent | Linux 6.14-rc1 (diff) | |
| download | linux-2aad5cd1dbeb20baf13d9bbb963afc4aa7fa0e34.tar.gz linux-2aad5cd1dbeb20baf13d9bbb963afc4aa7fa0e34.zip | |
Smack: fix typos and spelling errors
Fix typos and spelling errors in security/smack 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>
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
Diffstat (limited to 'security/smack/smack.h')
| -rw-r--r-- | security/smack/smack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/smack/smack.h b/security/smack/smack.h index 4608b07607a3..d4a0fa44934b 100644 --- a/security/smack/smack.h +++ b/security/smack/smack.h @@ -42,7 +42,7 @@ /* * This is the repository for labels seen so that it is - * not necessary to keep allocating tiny chuncks of memory + * not necessary to keep allocating tiny chunks of memory * and so that they can be shared. * * Labels are never modified in place. Anytime a label |
