aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCao jin <caoj.fnst@cn.fujitsu.com>2016-09-01 10:21:19 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2016-09-13 19:08:47 +0200
commit173134467a585c66c43467c71b834cd0b488cf46 (patch)
tree5e69116c144a193b66909c86c21888825d235632 /docs
parent349cb2fbfdcbc9f6770389f3b69422e8c441042d (diff)
doc/rcu: fix typo
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> Message-Id: <1472696479-3619-1-git-send-email-caoj.fnst@cn.fujitsu.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/rcu.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rcu.txt b/docs/rcu.txt
index 2f70954e82..a70b72c545 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
------------------- ------------------------ -------------------