Skip to content

Commit 77f8086

Browse files
tklauserpaulmckrcu
authored andcommitted
docs: Fix typo in synchronize_rcu() function name
s/sychronize_rcu/synchronize_rcu/ Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
1 parent 9123e3a commit 77f8086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/RCU/whatisRCU.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ order to amortize their overhead over many uses of the corresponding APIs.
360360

361361
There are at least three flavors of RCU usage in the Linux kernel. The diagram
362362
above shows the most common one. On the updater side, the rcu_assign_pointer(),
363-
sychronize_rcu() and call_rcu() primitives used are the same for all three
363+
synchronize_rcu() and call_rcu() primitives used are the same for all three
364364
flavors. However for protection (on the reader side), the primitives used vary
365365
depending on the flavor:
366366

0 commit comments

Comments
 (0)