From: Tycho Andersen Date: Wed, 7 Jun 2023 14:15:21 +0000 (-0600) Subject: documentation/rcu: Fix typo X-Git-Tag: v6.6-rc1~203^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=401013e2ad9e1ba329a91a7b66779d8cb780bcd0;p=thirdparty%2Flinux.git documentation/rcu: Fix typo s/slat/splat/ Signed-off-by: Tycho Andersen Signed-off-by: Paul E. McKenney --- diff --git a/Documentation/RCU/lockdep-splat.rst b/Documentation/RCU/lockdep-splat.rst index 2a5c79db57dc8..bcbc4b3c88d74 100644 --- a/Documentation/RCU/lockdep-splat.rst +++ b/Documentation/RCU/lockdep-splat.rst @@ -10,7 +10,7 @@ misuses of the RCU API, most notably using one of the rcu_dereference() family to access an RCU-protected pointer without the proper protection. When such misuse is detected, an lockdep-RCU splat is emitted. -The usual cause of a lockdep-RCU slat is someone accessing an +The usual cause of a lockdep-RCU splat is someone accessing an RCU-protected data structure without either (1) being in the right kind of RCU read-side critical section or (2) holding the right update-side lock. This problem can therefore be serious: it might result in random memory