rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: RCU: fix typo in function name
@ 2020-07-02 16:28 Tobias Klauser
  2020-07-02 17:37 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Klauser @ 2020-07-02 16:28 UTC (permalink / raw)
  To: Paul E. McKenney, Josh Triplett; +Cc: rcu, linux-doc

s/sychronize_rcu/synchronize_rcu/

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
 Documentation/RCU/whatisRCU.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/RCU/whatisRCU.rst b/Documentation/RCU/whatisRCU.rst
index c7f147b8034f..fb3ff76c3e73 100644
--- a/Documentation/RCU/whatisRCU.rst
+++ b/Documentation/RCU/whatisRCU.rst
@@ -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:
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: RCU: fix typo in function name
  2020-07-02 16:28 [PATCH] docs: RCU: fix typo in function name Tobias Klauser
@ 2020-07-02 17:37 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2020-07-02 17:37 UTC (permalink / raw)
  To: Tobias Klauser; +Cc: Josh Triplett, rcu, linux-doc

On Thu, Jul 02, 2020 at 06:28:10PM +0200, Tobias Klauser wrote:
> s/sychronize_rcu/synchronize_rcu/
> 
> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>

Good eyes, applied, thank you!

							Thanx, Paul

> ---
>  Documentation/RCU/whatisRCU.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/RCU/whatisRCU.rst b/Documentation/RCU/whatisRCU.rst
> index c7f147b8034f..fb3ff76c3e73 100644
> --- a/Documentation/RCU/whatisRCU.rst
> +++ b/Documentation/RCU/whatisRCU.rst
> @@ -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:
>  
> -- 
> 2.27.0
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-02 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-02 16:28 [PATCH] docs: RCU: fix typo in function name Tobias Klauser
2020-07-02 17:37 ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).