From: Alex Bennée Date: Mon, 13 Jul 2020 20:04:12 +0000 (+0100) Subject: docs/devel: fix grammar in multi-thread-tcg X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=93154e767f1b886e6d258178821d400333042a22;p=qemu.git docs/devel: fix grammar in multi-thread-tcg Review comment came just too late ;-) Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20200713200415.26214-9-alex.bennee@linaro.org> --- diff --git a/docs/devel/multi-thread-tcg.rst b/docs/devel/multi-thread-tcg.rst index 42158b77c7..21483870db 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