Skip to content

Commit 401013e

Browse files
tych0paulmckrcu
authored andcommitted
documentation/rcu: Fix typo
s/slat/splat/ Signed-off-by: Tycho Andersen <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 06c2afb commit 401013e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/RCU/lockdep-splat.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ misuses of the RCU API, most notably using one of the rcu_dereference()
1010
family to access an RCU-protected pointer without the proper protection.
1111
When such misuse is detected, an lockdep-RCU splat is emitted.
1212

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
1414
RCU-protected data structure without either (1) being in the right kind of
1515
RCU read-side critical section or (2) holding the right update-side lock.
1616
This problem can therefore be serious: it might result in random memory

0 commit comments

Comments
 (0)