aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2020-07-13 21:04:12 +0100
committerAlex Bennée <alex.bennee@linaro.org>2020-07-15 11:52:39 +0100
commit93154e767f1b886e6d258178821d400333042a22 (patch)
tree4ed98794a449bb8f6c02cfdea1309b3b8866e8ba /docs
parentc920fdba39480989cb5f1af3cc63acccef021b54 (diff)
downloadqemu-93154e767f1b886e6d258178821d400333042a22.zip
qemu-93154e767f1b886e6d258178821d400333042a22.tar.gz
qemu-93154e767f1b886e6d258178821d400333042a22.tar.bz2
docs/devel: fix grammar in multi-thread-tcg
Review comment came just too late ;-) Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200713200415.26214-9-alex.bennee@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/devel/multi-thread-tcg.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/multi-thread-tcg.rst b/docs/devel/multi-thread-tcg.rst
index 42158b7..2148387 100644
--- a/docs/devel/multi-thread-tcg.rst
+++ b/docs/devel/multi-thread-tcg.rst
@@ -107,7 +107,7 @@ including:
- debugging operations (breakpoint insertion/removal)
- some CPU helper functions
- - linux-user spawning it's first thread
+ - linux-user spawning its first thread
This is done with the async_safe_run_on_cpu() mechanism to ensure all
vCPUs are quiescent when changes are being made to shared global