Skip to content

Commit c4f113a

Browse files
committed
rcu-tasks: Fix s/instruction/instructions/ typo in comment
Signed-off-by: Paul E. McKenney <[email protected]>
1 parent a5c071c commit c4f113a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/rcu/tasks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ EXPORT_SYMBOL_GPL(show_rcu_tasks_rude_gp_kthread);
758758
// 2. Protects code in the idle loop, exception entry/exit, and
759759
// CPU-hotplug code paths, similar to the capabilities of SRCU.
760760
//
761-
// 3. Avoids expensive read-side instruction, having overhead similar
761+
// 3. Avoids expensive read-side instructions, having overhead similar
762762
// to that of Preemptible RCU.
763763
//
764764
// There are of course downsides. The grace-period code can send IPIs to

0 commit comments

Comments
 (0)