]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Documentation: lockstat: Fix typo lokcing -> locking
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 9 Sep 2015 23:46:38 +0000 (16:46 -0700)
committerJonathan Corbet <corbet@lwn.net>
Sun, 13 Sep 2015 20:38:50 +0000 (14:38 -0600)
Cc: Jiri Kosina <trivial@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/locking/lockstat.txt

index 568bbbacee91a581e1bb4be9bd54ed7e73d830e1..5786ad2cd5e63eec344628ec76c432a324d17a1f 100644 (file)
@@ -12,7 +12,7 @@ Because things like lock contention can severely impact performance.
 - HOW
 
 Lockdep already has hooks in the lock functions and maps lock instances to
-lock classes. We build on that (see Documentation/lokcing/lockdep-design.txt).
+lock classes. We build on that (see Documentation/locking/lockdep-design.txt).
 The graph below shows the relation between the lock functions and the various
 hooks therein.