diff options
author | Christian Göttsche <cgzones@googlemail.com> | 2023-04-20 17:04:59 +0200 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2023-05-08 16:44:01 -0400 |
commit | 3d9047a06477ffd630a37e733f2a656e08c6d3aa (patch) | |
tree | d83eb0ff7b06c25dc367f35d78f38135cc037737 /security/selinux/selinuxfs.c | |
parent | 53f3517ae0870fcb398afbba8ff901d0267772b3 (diff) | |
download | linux-stable-3d9047a06477ffd630a37e733f2a656e08c6d3aa.tar.gz linux-stable-3d9047a06477ffd630a37e733f2a656e08c6d3aa.tar.bz2 linux-stable-3d9047a06477ffd630a37e733f2a656e08c6d3aa.zip |
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/selinuxfs.c')
-rw-r--r-- | security/selinux/selinuxfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/selinuxfs.c b/security/selinux/selinuxfs.c index 69a583b91fc5..7cc7e2f0272b 100644 --- a/security/selinux/selinuxfs.c +++ b/security/selinux/selinuxfs.c @@ -951,7 +951,7 @@ static ssize_t sel_write_create(struct file *file, char *buf, size_t size) * either whitespace or multibyte characters, they shall be * encoded based on the percentage-encoding rule. * If not encoded, the sscanf logic picks up only left-half - * of the supplied name; splitted by a whitespace unexpectedly. + * of the supplied name; split by a whitespace unexpectedly. */ char *r, *w; int c1, c2; |