aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMushahid Hussain <mushi.shar@gmail.com>2022-10-17 16:20:26 +0500
committerJonathan Corbet <corbet@lwn.net>2022-10-24 11:27:51 -0600
commite648174b53f1e29ee72ef33756a97ffb8241b6a5 (patch)
tree28885aaa0407c9ebd9b070ba123490a2cbda1b58 /Documentation
parentDocumentation: process: replace outdated LTS table w/ link (diff)
downloadlinux-dev-e648174b53f1e29ee72ef33756a97ffb8241b6a5.tar.xz
linux-dev-e648174b53f1e29ee72ef33756a97ffb8241b6a5.zip
Documentation: Fix spelling mistake in hacking.rst
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kernel-hacking/hacking.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-hacking/hacking.rst b/Documentation/kernel-hacking/hacking.rst
index 9a1f020c8449..1717348a4404 100644
--- a/Documentation/kernel-hacking/hacking.rst
+++ b/Documentation/kernel-hacking/hacking.rst
@@ -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
================