summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMilan Zamazal <mzamazal@redhat.com>2023-05-31 14:48:31 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2023-06-09 23:38:16 +0300
commit9c36407a4445de1f3e69d7a7a30e86dbb75a94e6 (patch)
tree6b0b579a17bfdfb8b66a13670e324caf49432146
parent5f9dd6a8ce3961db4ce47411ed2097ad88bdf5fc (diff)
downloadfocaccia-qemu-9c36407a4445de1f3e69d7a7a30e86dbb75a94e6.tar.gz
focaccia-qemu-9c36407a4445de1f3e69d7a7a30e86dbb75a94e6.zip
docs: Fix trivial typos in vhost-user.rst
Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--docs/system/devices/vhost-user.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/system/devices/vhost-user.rst b/docs/system/devices/vhost-user.rst
index 86128114fa..a80e95a48a 100644
--- a/docs/system/devices/vhost-user.rst
+++ b/docs/system/devices/vhost-user.rst
@@ -38,13 +38,13 @@ system memory as defined by the ``-m`` argument.
 Example
 =======
 
-First start you daemon.
+First start your daemon.
 
 .. parsed-literal::
 
   $ virtio-foo --socket-path=/var/run/foo.sock $OTHER_ARGS
 
-The you start your QEMU instance specifying the device, chardev and
+Then you start your QEMU instance specifying the device, chardev and
 memory objects.
 
 .. parsed-literal::