aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/locking/lockstat.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/locking/lockstat.txt')
-rw-r--r--Documentation/locking/lockstat.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/locking/lockstat.txt b/Documentation/locking/lockstat.txt
index 568bbbacee91..5786ad2cd5e6 100644
--- a/Documentation/locking/lockstat.txt
+++ b/Documentation/locking/lockstat.txt
@@ -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.