]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selinux: fix spelling error
authorTanya Agarwal <tanyaagarwal25699@gmail.com>
Thu, 23 Jan 2025 19:50:41 +0000 (01:20 +0530)
committerPaul Moore <paul@paul-moore.com>
Mon, 3 Feb 2025 21:47:20 +0000 (16:47 -0500)
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>
security/selinux/avc.c

index 1f2680bcc43a42301e06a573df053328b8a83087..4b4837a20225bc80cdac61596bd318f6e7041efb 100644 (file)
@@ -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();