From: Cao jin Date: Thu, 1 Sep 2016 02:21:19 +0000 (+0800) Subject: doc/rcu: fix typo X-Git-Tag: v2.8.0-rc0~142^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=173134467a585c66c43467c71b834cd0b488cf46;p=thirdparty%2Fqemu.git doc/rcu: fix typo Signed-off-by: Cao jin Message-Id: <1472696479-3619-1-git-send-email-caoj.fnst@cn.fujitsu.com> Signed-off-by: Paolo Bonzini --- diff --git a/docs/rcu.txt b/docs/rcu.txt index 2f70954e829..a70b72c5453 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 ------------------- ------------------------ -------------------