diff mbox

doc/rcu: fix typo

Message ID 1472696479-3619-1-git-send-email-caoj.fnst@cn.fujitsu.com (mailing list archive)
State New, archived
Headers show

Commit Message

Cao jin Sept. 1, 2016, 2:21 a.m. UTC
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 docs/rcu.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paolo Bonzini Sept. 1, 2016, 4:02 p.m. UTC | #1
On 01/09/2016 04:21, Cao jin wrote:
> Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
> ---
>  docs/rcu.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/rcu.txt b/docs/rcu.txt
> index 2f70954..a70b72c 100644
> --- a/docs/rcu.txt
> +++ b/docs/rcu.txt
> @@ -37,7 +37,7 @@ do not matter; as soon as all previous critical sections have finished,
>  there cannot be any readers who hold references to the data structure,
>  and these can now be safely reclaimed (e.g., freed or unref'ed).
>  
> -Here is a picutre:
> +Here is a picture:
>  
>          thread 1                  thread 2                  thread 3
>      -------------------    ------------------------    -------------------
> 

Queued for 2.8, thanks.

Paolo
diff mbox

Patch

diff --git a/docs/rcu.txt b/docs/rcu.txt
index 2f70954..a70b72c 100644
--- a/docs/rcu.txt
+++ b/docs/rcu.txt
@@ -37,7 +37,7 @@  do not matter; as soon as all previous critical sections have finished,
 there cannot be any readers who hold references to the data structure,
 and these can now be safely reclaimed (e.g., freed or unref'ed).
 
-Here is a picutre:
+Here is a picture:
 
         thread 1                  thread 2                  thread 3
     -------------------    ------------------------    -------------------