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_access.c | |
| parent | 2014c95afecee3e76ca4a56956a936e23283f05b (diff) | |
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_access.c')
| -rw-r--r-- | security/smack/smack_access.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/smack/smack_access.c b/security/smack/smack_access.c index 3727379623e2..87a0ae65c524 100644 --- a/security/smack/smack_access.c +++ b/security/smack/smack_access.c @@ -242,7 +242,7 @@ int smk_tskacc(struct task_smack *tsp, struct smack_known *obj_known, } /* - * Allow for priviliged to override policy. + * Allow for privileged to override policy. */ if (rc != 0 && smack_privileged(CAP_MAC_OVERRIDE)) rc = 0; @@ -276,7 +276,7 @@ int smk_curacc(struct smack_known *obj_known, } /** - * smack_str_from_perm : helper to transalate an int to a + * smack_str_from_perm : helper to translate an int to a * readable string * @string : the string to fill * @access : the int |