From f0f6380b81fde3d6bbf8e52fbfb485920ca799ce Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Mon, 11 Mar 2019 14:02:27 +0000 Subject: [PATCH] docs: Fix typo Signed-off-by: Frediano Ziglio Acked-by: Uri Lublin --- docs/spice_threading_model.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spice_threading_model.txt b/docs/spice_threading_model.txt index df492216..9351141c 100644 --- a/docs/spice_threading_model.txt +++ b/docs/spice_threading_model.txt @@ -1,7 +1,7 @@ How does SPICE handle threading ------------------------------- -Lots of code run in a single thread. +Lots of code runs in a single thread. Qemu usually calls SPICE from its main thread except on callbacks to code already running in different threads.