Skip to content

Commit 75eb39f

Browse files
TanyaAgarwal25pcmoore
authored andcommitted
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>
1 parent 2014c95 commit 75eb39f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security/selinux/avc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ static void avc_flush(void)
936936

937937
spin_lock_irqsave(lock, flag);
938938
/*
939-
* With preemptable RCU, the outer spinlock does not
939+
* With preemptible RCU, the outer spinlock does not
940940
* prevent RCU grace periods from ending.
941941
*/
942942
rcu_read_lock();

0 commit comments

Comments
 (0)