Skip to content

Commit

Permalink
DocBook: Change a headline in kernel-locking to list all three main t…
Browse files Browse the repository at this point in the history
…ypes of locking.

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

Signed-off-by: Linus Nilsson <lajnold@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Linus Nilsson authored and Linus Torvalds committed Jul 22, 2007
1 parent a5b4860 commit e320226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/DocBook/kernel-locking.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e320226

Please sign in to comment.