Documentation: Fix spelling mistake in hacking.rst
authorMushahid Hussain <mushi.shar@gmail.com>
Mon, 17 Oct 2022 11:20:26 +0000 (16:20 +0500)
committerJonathan Corbet <corbet@lwn.net>
Mon, 24 Oct 2022 17:27:51 +0000 (11:27 -0600)
Fix `botton half locks` to `bottom half locks`.

Signed-off-by: Mushahid Hussain <mushi.shar@gmail.com>
Link: https://lore.kernel.org/r/20221017112026.88324-1-mushi.shar@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/kernel-hacking/hacking.rst

index 9a1f020c84498b501f7526798167d4fc5f419c2b..1717348a4404e085777affcd80648fe8d1813b34 100644 (file)
@@ -120,7 +120,7 @@ You can tell you are in a softirq (or tasklet) using the
 .. warning::
 
     Beware that this will return a false positive if a
-    :ref:`botton half lock <local_bh_disable>` is held.
+    :ref:`bottom half lock <local_bh_disable>` is held.
 
 Some Basic Rules
 ================