From: Paul E. McKenney Date: Wed, 8 Feb 2017 22:49:27 +0000 (-0800) Subject: rcu: Fix typo in PER_RCU_NODE_PERIOD header comment X-Git-Tag: MMI-PSA29.97-13-9~5623^2~5^2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bfd090be14edeff2040b65f1a396c5343a0210c5;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git 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 Signed-off-by: Paul E. McKenney --- 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; /* * Number of grace periods between delays, normalized by the duration of - * the delay. The longer the the delay, the more the grace periods between + * the delay. The longer the delay, the more the grace periods between * each delay. The reason for this normalization is that it means that, * for non-zero delays, the overall slowdown of grace periods is constant * regardless of the duration of the delay. This arrangement balances