From: Paul E. McKenney Date: Mon, 19 Jan 2015 01:45:05 +0000 (-0800) Subject: rcu: Fix a couple of typos in rcu_all_qs() comment header X-Git-Tag: v4.1-rc1~145^2~2^2^3~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1925d1967c93a1c421271aade7953f6857e9f579;p=karo-tx-linux.git rcu: Fix a couple of typos in rcu_all_qs() comment header Signed-off-by: Paul E. McKenney --- diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index 077d0b700f74..4e37c7fd9e29 100644 --- a/kernel/rcu/tree.c +++ b/kernel/rcu/tree.c @@ -292,10 +292,10 @@ void rcu_note_context_switch(void) EXPORT_SYMBOL_GPL(rcu_note_context_switch); /* - * Register a quiesecent state for all RCU flavors. If there is an + * Register a quiescent state for all RCU flavors. If there is an * emergency, invoke rcu_momentary_dyntick_idle() to do a heavy-weight * dyntick-idle quiescent state visible to other CPUs (but only for those - * RCU flavors in desparate need of a quiescent state, which will normally + * RCU flavors in desperate need of a quiescent state, which will normally * be none of them). Either way, do a lightweight quiescent state for * all RCU flavors. */