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 <[email protected]> Reviewed-by: Mimi Zohar <[email protected]> Signed-off-by: Paul Moore <[email protected]>
1 parent 2014c95 commit 75eb39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)