summaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2023-04-20 17:04:59 +0200
committerPaul Moore <paul@paul-moore.com>2023-05-08 16:44:01 -0400
commit3d9047a06477ffd630a37e733f2a656e08c6d3aa (patch)
treed83eb0ff7b06c25dc367f35d78f38135cc037737 /security/selinux/hooks.c
parent53f3517ae0870fcb398afbba8ff901d0267772b3 (diff)
selinux: adjust typos in comments
Found by codespell(1) Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r--security/selinux/hooks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
index 79b4890e9936..c49ce2044a17 100644
--- a/security/selinux/hooks.c
+++ b/security/selinux/hooks.c
@@ -937,7 +937,7 @@ out:
}
/*
- * NOTE: the caller is resposible for freeing the memory even if on error.
+ * NOTE: the caller is responsible for freeing the memory even if on error.
*/
static int selinux_add_opt(int token, const char *s, void **mnt_opts)
{