aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2017-02-08 17:49:27 -0500
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2017-04-19 12:29:20 -0400
commitbfd090be14edeff2040b65f1a396c5343a0210c5 (patch)
tree446ff15991c64176e07f9c2200dd9abfab77396a
parent5455a7f6a8dc66a354c6dbf0a9f40e7cdacd11db (diff)
rcu: Fix typo in PER_RCU_NODE_PERIOD header comment
This commit just changes a "the the" to "the" to reduce repetition. Reported-by: Michalis Kokologiannakis <mixaskok@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
-rw-r--r--kernel/rcu/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
index 7c238604df18..b1679e8cc5ed 100644
--- a/kernel/rcu/tree.c
+++ b/kernel/rcu/tree.c
@@ -199,7 +199,7 @@ static const int gp_cleanup_delay;
199 199
200/* 200/*
201 * Number of grace periods between delays, normalized by the duration of 201 * Number of grace periods between delays, normalized by the duration of
202 * the delay. The longer the the delay, the more the grace periods between 202 * the delay. The longer the delay, the more the grace periods between
203 * each delay. The reason for this normalization is that it means that, 203 * each delay. The reason for this normalization is that it means that,
204 * for non-zero delays, the overall slowdown of grace periods is constant 204 * for non-zero delays, the overall slowdown of grace periods is constant
205 * regardless of the duration of the delay. This arrangement balances 205 * regardless of the duration of the delay. This arrangement balances