Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3202262 authored by Linus Nilsson's avatar Linus Nilsson Committed by Linus Torvalds
Browse files

DocBook: Change a headline in kernel-locking to list all three main types of locking.



Change a headline to reflect that there are three main types of kernel
locking, not two.

Signed-off-by: default avatarLinus Nilsson <lajnold@gmail.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a5b4860b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@
   </para>

   <sect1 id="lock-intro">
   <title>Two Main Types of Kernel Locks: Spinlocks and Semaphores</title>
   <title>Three Main Types of Kernel Locks: Spinlocks, Mutexes and Semaphores</title>

   <para>
     There are three main types of kernel locks.  The fundamental type