mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
349cb2fbfd
commit
173134467a
|
@ -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,
|
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).
|
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
|
thread 1 thread 2 thread 3
|
||||||
------------------- ------------------------ -------------------
|
------------------- ------------------------ -------------------
|
||||||
|
|
Loading…
Reference in New Issue