diff options
author | Tanya Agarwal <tanyaagarwal25699@gmail.com> | 2025-01-24 01:20:41 +0530 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2025-02-03 16:47:20 -0500 |
commit | 75eb39f2f50b8183fe7c14ca86acf6a1849d495a (patch) | |
tree | 878ff15f671787a6d3ab3fc66bbd53cee3791c53 | |
parent | 2014c95afecee3e76ca4a56956a936e23283f05b (diff) | |
download | linux-75eb39f2f50b8183fe7c14ca86acf6a1849d495a.tar.gz linux-75eb39f2f50b8183fe7c14ca86acf6a1849d495a.tar.bz2 linux-75eb39f2f50b8183fe7c14ca86acf6a1849d495a.zip |
selinux: fix spelling error
Fix spelling error in selinux 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>
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r-- | security/selinux/avc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/avc.c b/security/selinux/avc.c index 1f2680bcc43a..4b4837a20225 100644 --- a/security/selinux/avc.c +++ b/security/selinux/avc.c @@ -936,7 +936,7 @@ static void avc_flush(void) spin_lock_irqsave(lock, flag); /* - * With preemptable RCU, the outer spinlock does not + * With preemptible RCU, the outer spinlock does not * prevent RCU grace periods from ending. */ rcu_read_lock(); |