summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-03-22 22:29:10 -0700
committerPaul E. McKenney <paulmck@kernel.org>2021-05-12 12:11:05 -0700
commita616aec9aa140ef1ca61b06cec467391cbef11d7 (patch)
treedd4aef91c89d6e2587bfc1792172fc3e47115fd4 /kernel/rcu/tree.h
parente75bcd48e2c4026b1f3feda916a2327b1744d664 (diff)
downloadlinux-a616aec9aa140ef1ca61b06cec467391cbef11d7.tar.gz
linux-a616aec9aa140ef1ca61b06cec467391cbef11d7.tar.bz2
linux-a616aec9aa140ef1ca61b06cec467391cbef11d7.zip
rcu: Fix various typos in comments
Fix ~12 single-word typos in RCU code comments. [ paulmck: Apply feedback from Randy Dunlap. ] Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'kernel/rcu/tree.h')
-rw-r--r--kernel/rcu/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree.h b/kernel/rcu/tree.h
index 9a16487edfca..c1ed047cb128 100644
--- a/kernel/rcu/tree.h
+++ b/kernel/rcu/tree.h
@@ -153,7 +153,7 @@ struct rcu_data {
unsigned long gp_seq; /* Track rsp->gp_seq counter. */
unsigned long gp_seq_needed; /* Track furthest future GP request. */
union rcu_noqs cpu_no_qs; /* No QSes yet for this CPU. */
- bool core_needs_qs; /* Core waits for quiesc state. */
+ bool core_needs_qs; /* Core waits for quiescent state. */
bool beenonline; /* CPU online at least once. */
bool gpwrap; /* Possible ->gp_seq wrap. */
bool exp_deferred_qs; /* This CPU awaiting a deferred QS? */