diff mbox

docs/rcu.txt: Fix minor typo

Message ID 20161018050418.4912-1-bobby.prani@gmail.com
State New
Headers show

Commit Message

Pranith Kumar Oct. 18, 2016, 5:04 a.m. UTC
s/presented/prevented/

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 docs/rcu.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paolo Bonzini Nov. 1, 2016, 3:07 p.m. UTC | #1
On 18/10/2016 07:04, Pranith Kumar wrote:
> s/presented/prevented/
> 
> Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
> ---
>  docs/rcu.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/rcu.txt b/docs/rcu.txt
> index a70b72c..c84e7f4 100644
> --- a/docs/rcu.txt
> +++ b/docs/rcu.txt
> @@ -145,7 +145,7 @@ The core RCU API is small:
>          and then read from there.
>  
>          RCU read-side critical sections must use atomic_rcu_read() to
> -        read data, unless concurrent writes are presented by another
> +        read data, unless concurrent writes are prevented by another
>          synchronization mechanism.
>  
>          Furthermore, RCU read-side critical sections should traverse the
> 

Finally queued, thanks.

Paolo
diff mbox

Patch

diff --git a/docs/rcu.txt b/docs/rcu.txt
index a70b72c..c84e7f4 100644
--- a/docs/rcu.txt
+++ b/docs/rcu.txt
@@ -145,7 +145,7 @@  The core RCU API is small:
         and then read from there.
 
         RCU read-side critical sections must use atomic_rcu_read() to
-        read data, unless concurrent writes are presented by another
+        read data, unless concurrent writes are prevented by another
         synchronization mechanism.
 
         Furthermore, RCU read-side critical sections should traverse the