rcu-tasks: Fix s/instruction/instructions/ typo in comment
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 5 Aug 2021 16:54:45 +0000 (09:54 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 15 Sep 2021 18:37:50 +0000 (11:37 -0700)
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tasks.h

index a3f4f9b..43c0f71 100644 (file)
@@ -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