diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-10-09 17:34:00 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-12-03 13:08:56 -0500 |
commit | c9592ecb98d1e6d6ab2b54895314a46abfa69db4 (patch) | |
tree | 69fa9c0ca4b928538c12862b08589b6a2440b1f0 /Documentation/RCU/trace.txt | |
parent | dc1ccc48159d63eca5089e507c82c7d22ef60839 (diff) |
rcu: Fix typo in Documentation/RCU/trace.txt
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'Documentation/RCU/trace.txt')
-rw-r--r-- | Documentation/RCU/trace.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/trace.txt b/Documentation/RCU/trace.txt index f3778f8952da..7f5c57d78f3a 100644 --- a/Documentation/RCU/trace.txt +++ b/Documentation/RCU/trace.txt | |||
@@ -443,7 +443,7 @@ The output of "cat rcu/rcuboost" looks as follows: | |||
443 | balk: nt=0 egt=6541 bt=0 nb=0 ny=126 nos=0 | 443 | balk: nt=0 egt=6541 bt=0 nb=0 ny=126 nos=0 |
444 | 444 | ||
445 | This information is output only for rcu_preempt. Each two-line entry | 445 | This information is output only for rcu_preempt. Each two-line entry |
446 | corresponds to a leaf rcu_node strcuture. The fields are as follows: | 446 | corresponds to a leaf rcu_node structure. The fields are as follows: |
447 | 447 | ||
448 | o "n:m" is the CPU-number range for the corresponding two-line | 448 | o "n:m" is the CPU-number range for the corresponding two-line |
449 | entry. In the sample output above, the first entry covers | 449 | entry. In the sample output above, the first entry covers |