From: Paul E. McKenney Date: Thu, 5 Aug 2021 16:54:45 +0000 (-0700) Subject: rcu-tasks: Fix s/instruction/instructions/ typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c4f113ac450afc9c7c4d2ce84a08f516dbec69b1;p=linux.git rcu-tasks: Fix s/instruction/instructions/ typo in comment Signed-off-by: Paul E. McKenney --- diff --git a/kernel/rcu/tasks.h b/kernel/rcu/tasks.h index a3f4f9bd8c67e..43c0f715ac63c 100644 --- a/kernel/rcu/tasks.h +++ b/kernel/rcu/tasks.h @@ -758,7 +758,7 @@ EXPORT_SYMBOL_GPL(show_rcu_tasks_rude_gp_kthread); // 2. Protects code in the idle loop, exception entry/exit, and // CPU-hotplug code paths, similar to the capabilities of SRCU. // -// 3. Avoids expensive read-side instruction, having overhead similar +// 3. Avoids expensive read-side instructions, having overhead similar // to that of Preemptible RCU. // // There are of course downsides. The grace-period code can send IPIs to