diff --git a/[refs] b/[refs] index 2609c84b2c6f..6d75ee32460d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: de5e64378e6be3757a8533f55bbe1153349806dd +refs/heads/master: b44f665623d15ff391c7e9fe7600c5e7bc2fc9c2 diff --git a/trunk/kernel/rcutree.c b/trunk/kernel/rcutree.c index e0d98157fbea..d78ba606acf1 100644 --- a/trunk/kernel/rcutree.c +++ b/trunk/kernel/rcutree.c @@ -105,7 +105,7 @@ int rcu_num_nodes __read_mostly = NUM_RCU_NODES; /* Total # rcu_nodes in use. */ * The rcu_scheduler_active variable transitions from zero to one just * before the first task is spawned. So when this variable is zero, RCU * can assume that there is but one task, allowing RCU to (for example) - * optimized synchronize_sched() to a simple barrier(). When this variable + * optimize synchronize_sched() to a simple barrier(). When this variable * is one, RCU must actually do all the hard work required to detect real * grace periods. This variable is also used to suppress boot-time false * positives from lockdep-RCU error checking.