summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2019-03-11 14:02:27 +0000
committerFrediano Ziglio <fziglio@redhat.com>2019-03-27 08:36:35 +0000
commitf0f6380b81fde3d6bbf8e52fbfb485920ca799ce (patch)
treefd7c29c676694ffce1c72c448b9cbf9ec6dc37fe /docs
parentdab09ad66b7c84de2d980f7432eaaee950b55b02 (diff)
docs: Fix typo
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/spice_threading_model.txt2
1 files changed, 1 insertions, 1 deletions
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.