diff options
author | Yuanhan Liu <yuanhan.liu@linux.intel.com> | 2013-01-24 17:22:44 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-02-19 08:42:37 +0100 |
commit | 0be5c8ff58cf7a66019af2f1236daff731ed318c (patch) | |
tree | d2f62e2a22fab50e0708b6d009cc395f220923fe /Documentation/lockstat.txt | |
parent | 19f949f52599ba7c3f67a5897ac6be14bfcb1200 (diff) | |
download | linux-stable-0be5c8ff58cf7a66019af2f1236daff731ed318c.tar.gz linux-stable-0be5c8ff58cf7a66019af2f1236daff731ed318c.tar.bz2 linux-stable-0be5c8ff58cf7a66019af2f1236daff731ed318c.zip |
locking/stat: Fix a typo
s/STATS/STAT
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1359019365-23646-1-git-send-email-yuanhan.liu@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/lockstat.txt')
-rw-r--r-- | Documentation/lockstat.txt | 2 |
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 |