diff options
| author | Tanya Agarwal <tanyaagarwal25699@gmail.com> | 2025-01-24 00:51:00 +0530 |
|---|---|---|
| committer | John Johansen <john.johansen@canonical.com> | 2025-02-10 11:17:49 -0800 |
| commit | aabbe6f908d8264cd8aeeef8141665f71668ef36 (patch) | |
| tree | ec547ff311e849789210d4e1bd56ee5686d781d2 /security/apparmor/label.c | |
| parent | 04fe43104e4ed103a8b55c21d1bc354fac409421 (diff) | |
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/label.c')
| -rw-r--r-- | security/apparmor/label.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/label.c b/security/apparmor/label.c index 79be2d3d604b..913678f199c3 100644 --- a/security/apparmor/label.c +++ b/security/apparmor/label.c @@ -1461,7 +1461,7 @@ bool aa_update_label_name(struct aa_ns *ns, struct aa_label *label, gfp_t gfp) /* * cached label name is present and visible - * @label->hname only exists if label is namespace hierachical + * @label->hname only exists if label is namespace hierarchical */ static inline bool use_label_hname(struct aa_ns *ns, struct aa_label *label, int flags) |