docs: Fix typo in synchronize_rcu() function name
authorTobias Klauser <tklauser@distanz.ch>
Thu, 2 Jul 2020 16:28:10 +0000 (18:28 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 24 Aug 2020 21:29:16 +0000 (14:29 -0700)
s/sychronize_rcu/synchronize_rcu/

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Documentation/RCU/whatisRCU.rst

index c7f147b8034f0223dac324c0d044bdc30e97761f..fb3ff76c3e7372a6673cdbdc1a560a7b733b9a5e 100644 (file)
@@ -360,7 +360,7 @@ order to amortize their overhead over many uses of the corresponding APIs.
 
 There are at least three flavors of RCU usage in the Linux kernel. The diagram
 above shows the most common one. On the updater side, the rcu_assign_pointer(),
-sychronize_rcu() and call_rcu() primitives used are the same for all three
+synchronize_rcu() and call_rcu() primitives used are the same for all three
 flavors. However for protection (on the reader side), the primitives used vary
 depending on the flavor: