diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2009-08-07 15:10:54 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-08-07 12:03:46 +0200 |
commit | 0e692a94e378628b7d527260ad939894454bcca8 (patch) | |
tree | f3ac3c9af5710f089e562958834e7d307c0f703b /Documentation/lockdep-design.txt | |
parent | 9795447f71324d8f14c19ed68b43c883135c3f59 (diff) |
lockdep: Fix typos in documentation
s/head/held
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <4A7BD37E.9060806@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/lockdep-design.txt')
-rw-r--r-- | 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 e20d913d5914..abf768c681e2 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 |