[tip:core/urgent] lockdep: Fix typos in documentation

From: tip-bot for Li Zefan
Date: Fri Aug 07 2009 - 06:11:09 EST


Commit-ID: 0e692a94e378628b7d527260ad939894454bcca8
Gitweb: http://git.kernel.org/tip/0e692a94e378628b7d527260ad939894454bcca8
Author: Li Zefan <lizf@xxxxxxxxxxxxxx>
AuthorDate: Fri, 7 Aug 2009 15:10:54 +0800
Committer: Ingo Molnar <mingo@xxxxxxx>
CommitDate: Fri, 7 Aug 2009 12:03:46 +0200

lockdep: Fix typos in documentation

s/head/held

Signed-off-by: Li Zefan <lizf@xxxxxxxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
LKML-Reference: <4A7BD37E.9060806@xxxxxxxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>


---
Documentation/lockdep-design.txt | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/lockdep-design.txt b/Documentation/lockdep-design.txt
index e20d913..abf768c 100644
--- a/Documentation/lockdep-design.txt
+++ b/Documentation/lockdep-design.txt
@@ -30,9 +30,9 @@ State
The validator tracks lock-class usage history into 4n + 1 separate state bits:

- 'ever held in STATE context'
-- 'ever head as readlock in STATE context'
-- 'ever head with STATE enabled'
-- 'ever head as readlock with STATE enabled'
+- 'ever held as readlock in STATE context'
+- 'ever held with STATE enabled'
+- 'ever held as readlock with STATE enabled'

Where STATE can be either one of (kernel/lockdep_states.h)
- hardirq
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/