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 22:44:01 +0200 |
commit | 3d9047a06477ffd630a37e733f2a656e08c6d3aa (patch) | |
tree | d83eb0ff7b06c25dc367f35d78f38135cc037737 /security/selinux/ss/services.c | |
parent | selinux: do not leave dangling pointer behind (diff) | |
download | linux-3d9047a06477ffd630a37e733f2a656e08c6d3aa.tar.xz linux-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/ss/services.c')
-rw-r--r-- | security/selinux/ss/services.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/ss/services.c b/security/selinux/ss/services.c index f14d1ffe54c5..9571a447e427 100644 --- a/security/selinux/ss/services.c +++ b/security/selinux/ss/services.c @@ -583,7 +583,7 @@ static void type_attribute_bounds_av(struct policydb *policydb, /* * flag which drivers have permissions - * only looking for ioctl based extended permssions + * only looking for ioctl based extended permissions */ void services_compute_xperms_drivers( struct extended_perms *xperms, |