@@ -23,7 +23,7 @@ typedef void (*postgp_func_t)(struct rcu_tasks *rtp);
2323 * struct rcu_tasks - Definition for a Tasks-RCU-like mechanism.
2424 * @cbs_head: Head of callback list.
2525 * @cbs_tail: Tail pointer for callback list.
26- * @cbs_wq: Wait queue allowning new callback to get kthread's attention.
26+ * @cbs_wq: Wait queue allowing new callback to get kthread's attention.
2727 * @cbs_lock: Lock protecting callback list.
2828 * @kthread_ptr: This flavor's grace-period/callback-invocation kthread.
2929 * @gp_func: This flavor's grace-period-wait function.
@@ -504,7 +504,7 @@ DEFINE_RCU_TASKS(rcu_tasks, rcu_tasks_wait_gp, call_rcu_tasks, "RCU Tasks");
504504 * or transition to usermode execution. As such, there are no read-side
505505 * primitives analogous to rcu_read_lock() and rcu_read_unlock() because
506506 * this primitive is intended to determine that all tasks have passed
507- * through a safe state, not so much for data-strcuture synchronization.
507+ * through a safe state, not so much for data-structure synchronization.
508508 *
509509 * See the description of call_rcu() for more detailed information on
510510 * memory ordering guarantees.
@@ -637,7 +637,7 @@ DEFINE_RCU_TASKS(rcu_tasks_rude, rcu_tasks_rude_wait_gp, call_rcu_tasks_rude,
637637 * there are no read-side primitives analogous to rcu_read_lock() and
638638 * rcu_read_unlock() because this primitive is intended to determine
639639 * that all tasks have passed through a safe state, not so much for
640- * data-strcuture synchronization.
640+ * data-structure synchronization.
641641 *
642642 * See the description of call_rcu() for more detailed information on
643643 * memory ordering guarantees.
@@ -1163,7 +1163,7 @@ static void exit_tasks_rcu_finish_trace(struct task_struct *t)
11631163 * there are no read-side primitives analogous to rcu_read_lock() and
11641164 * rcu_read_unlock() because this primitive is intended to determine
11651165 * that all tasks have passed through a safe state, not so much for
1166- * data-strcuture synchronization.
1166+ * data-structure synchronization.
11671167 *
11681168 * See the description of call_rcu() for more detailed information on
11691169 * memory ordering guarantees.
0 commit comments