diff options
author | Paul Moore <paul@paul-moore.com> | 2023-05-25 06:19:53 +0300 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2023-05-26 00:52:15 +0300 |
commit | 4432b507445acf3f8e09ce253d4ca852c177b625 (patch) | |
tree | dc83ad31cf7b473c597bede35443d66b5ede0218 /security/device_cgroup.c | |
parent | d031f4e8b493df299123fbb4ec13db870584ed28 (diff) | |
download | linux-4432b507445acf3f8e09ce253d4ca852c177b625.tar.xz |
lsm: fix a number of misspellings
A random collection of spelling fixes for source files in the LSM
layer.
Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/device_cgroup.c')
-rw-r--r-- | security/device_cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/device_cgroup.c b/security/device_cgroup.c index 7507d14eacc7..41fca6487ca3 100644 --- a/security/device_cgroup.c +++ b/security/device_cgroup.c @@ -421,7 +421,7 @@ static bool verify_new_ex(struct dev_cgroup *dev_cgroup, } else { /* * new exception in the child will add more devices - * that can be acessed, so it can't match any of + * that can be accessed, so it can't match any of * parent's exceptions, even slightly */ match = match_exception_partial(&dev_cgroup->exceptions, |