Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e3202262eccf9b5669abea848303e79bd84dc1bb
Commit:     e3202262eccf9b5669abea848303e79bd84dc1bb
Parent:     a5b4860b973bb7a306562d8715ba8538a584537d
Author:     Linus Nilsson <[EMAIL PROTECTED]>
AuthorDate: Sat Jul 21 17:25:34 2007 +0200
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sun Jul 22 11:49:53 2007 -0700

    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: Linus Nilsson <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 Documentation/DocBook/kernel-locking.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/DocBook/kernel-locking.tmpl 
b/Documentation/DocBook/kernel-locking.tmpl
index 0a441f7..01825ee 100644
--- a/Documentation/DocBook/kernel-locking.tmpl
+++ b/Documentation/DocBook/kernel-locking.tmpl
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to