diff mbox series

[v2,08/11] docs/devel: fix grammar in multi-thread-tcg

Message ID 20200713200415.26214-9-alex.bennee@linaro.org
State Superseded
Headers show
Series misc fixes for rc0 (docker, plugins, softfloat) | expand

Commit Message

Alex Bennée July 13, 2020, 8:04 p.m. UTC
Review comment came just too late ;-)

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 docs/devel/multi-thread-tcg.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.20.1

Comments

Richard Henderson July 13, 2020, 10:01 p.m. UTC | #1
On 7/13/20 1:04 PM, Alex Bennée wrote:
> Review comment came just too late ;-)

> 

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> ---

>  docs/devel/multi-thread-tcg.rst | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)


Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~
Thomas Huth July 14, 2020, 5:41 a.m. UTC | #2
On 13/07/2020 22.04, Alex Bennée wrote:
> Review comment came just too late ;-)

> 

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> ---

>  docs/devel/multi-thread-tcg.rst | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> 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

> 


Reviewed-by: Thomas Huth <thuth@redhat.com>
Philippe Mathieu-Daudé July 14, 2020, 10:20 a.m. UTC | #3
On 7/13/20 10:04 PM, Alex Bennée wrote:
> Review comment came just too late ;-)

> 

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> ---

>  docs/devel/multi-thread-tcg.rst | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> 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

> 


Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
diff mbox series

Patch

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