rcu: Fix spelling mistake "greate"->"great"
authorMukesh Ojha <mojha@codeaurora.org>
Mon, 29 Jul 2019 07:55:57 +0000 (13:25 +0530)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Mon, 12 Aug 2019 18:25:06 +0000 (11:25 -0700)
This commit fixes a spelling mistake in file tree_exp.h.

Signed-off-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/tree_exp.h

index 513b403b683b7105686e3f915e9a771fe135dc6b..d632cd01959755361b7fa588a8bc947439c1b61d 100644 (file)
@@ -781,7 +781,7 @@ static int rcu_print_task_exp_stall(struct rcu_node *rnp)
  * other hand, if the CPU is not in an RCU read-side critical section,
  * the IPI handler reports the quiescent state immediately.
  *
- * Although this is a greate improvement over previous expedited
+ * Although this is a great improvement over previous expedited
  * implementations, it is still unfriendly to real-time workloads, so is
  * thus not recommended for any sort of common-case code.  In fact, if
  * you are using synchronize_rcu_expedited() in a loop, please restructure