Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

documentation/rcu: Fix typo

s/slat/splat/

Signed-off-by: Tycho Andersen <tandersen@netflix.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>

authored by

Tycho Andersen and committed by
Paul E. McKenney
401013e2 06c2afb8

+1 -1
+1 -1
Documentation/RCU/lockdep-splat.rst
··· 10 10 family to access an RCU-protected pointer without the proper protection. 11 11 When such misuse is detected, an lockdep-RCU splat is emitted. 12 12 13 - The usual cause of a lockdep-RCU slat is someone accessing an 13 + The usual cause of a lockdep-RCU splat is someone accessing an 14 14 RCU-protected data structure without either (1) being in the right kind of 15 15 RCU read-side critical section or (2) holding the right update-side lock. 16 16 This problem can therefore be serious: it might result in random memory