aboutsummaryrefslogtreecommitdiff
path: root/docs/devel/migration.rst
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-06-12 09:51:50 +0300
committerPeter Maydell <peter.maydell@linaro.org>2018-07-13 10:16:04 +0100
commit9277d81f5c2c6f4d0b5e47c8476eb7ee7e5c0beb (patch)
tree40a083214c61e587010e8dbb9465808ec929b548 /docs/devel/migration.rst
parent68f1b569dccdf1bf2935d4175fffe84dae6997fc (diff)
docs: Grammar and spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 20180612065150.21110-1-ville.skytta@iki.fi Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/devel/migration.rst')
-rw-r--r--docs/devel/migration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/migration.rst b/docs/devel/migration.rst
index 40f136f6be..6ed3fce061 100644
--- a/docs/devel/migration.rst
+++ b/docs/devel/migration.rst
@@ -37,7 +37,7 @@ over any transport.
- tcp migration: do the migration using tcp sockets
- unix migration: do the migration using unix sockets
- exec migration: do the migration using the stdin/stdout through a process.
-- fd migration: do the migration using an file descriptor that is
+- fd migration: do the migration using a file descriptor that is
passed to QEMU. QEMU doesn't care how this file descriptor is opened.
In addition, support is included for migration using RDMA, which