summaryrefslogtreecommitdiffstats
path: root/docs/interop/bitmaps.rst
diff options
context:
space:
mode:
authorzhaolichang2020-09-17 09:50:22 +0200
committerLaurent Vivier2020-09-17 20:37:13 +0200
commit76ca4b58c295e154dfe9c2405141e81ce928c19c (patch)
tree806fd5f82b82da76bef70540867cf902f6fa4496 /docs/interop/bitmaps.rst
parentmigration/: fix some comment spelling errors (diff)
downloadqemu-76ca4b58c295e154dfe9c2405141e81ce928c19c.tar.gz
qemu-76ca4b58c295e154dfe9c2405141e81ce928c19c.tar.xz
qemu-76ca4b58c295e154dfe9c2405141e81ce928c19c.zip
docs/: fix some comment spelling errors
I found that there are many spelling errors in the comments of qemu, so I used the spellcheck tool to check the spelling errors and finally found some spelling errors in the docs folder. Signed-off-by: zhaolichang <zhaolichang@huawei.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20200917075029.313-4-zhaolichang@huawei.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'docs/interop/bitmaps.rst')
-rw-r--r--docs/interop/bitmaps.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interop/bitmaps.rst b/docs/interop/bitmaps.rst
index c20bd37a79..059ad67929 100644
--- a/docs/interop/bitmaps.rst
+++ b/docs/interop/bitmaps.rst
@@ -484,7 +484,7 @@ Bitmaps can generally be modified at any time, but certain operations often
only make sense when paired directly with other commands. When a VM is paused,
it's easy to ensure that no guest writes occur between individual QMP
commands. When a VM is running, this is difficult to accomplish with
-individual QMP commands that may allow guest writes to occur inbetween each
+individual QMP commands that may allow guest writes to occur between each
command.
For example, using only individual QMP commands, we could: