aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuanhan Liu <[email protected]>2013-01-24 17:22:44 +0800
committerIngo Molnar <[email protected]>2013-02-19 08:42:37 +0100
commit0be5c8ff58cf7a66019af2f1236daff731ed318c (patch)
treed2f62e2a22fab50e0708b6d009cc395f220923fe
parent19f949f52599ba7c3f67a5897ac6be14bfcb1200 (diff)
locking/stat: Fix a typo
s/STATS/STAT Signed-off-by: Yuanhan Liu <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--Documentation/lockstat.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lockstat.txt b/Documentation/lockstat.txt
index cef00d42ed5b..dd2f7b26ca30 100644
--- a/Documentation/lockstat.txt
+++ b/Documentation/lockstat.txt
@@ -65,7 +65,7 @@ that had to wait on lock acquisition.
- CONFIGURATION
-Lock statistics are enabled via CONFIG_LOCK_STATS.
+Lock statistics are enabled via CONFIG_LOCK_STAT.
- USAGE