diff options
author | zhaolichang <zhaolichang@huawei.com> | 2020-09-17 15:50:22 +0800 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-09-17 20:37:13 +0200 |
commit | 76ca4b58c295e154dfe9c2405141e81ce928c19c (patch) | |
tree | 806fd5f82b82da76bef70540867cf902f6fa4496 /docs/rdma.txt | |
parent | 3a4452d896821f87f6a933c4cd132c3ff0f58bb4 (diff) |
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/rdma.txt')
-rw-r--r-- | docs/rdma.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rdma.txt b/docs/rdma.txt index a86e992c84..49dc9f8bca 100644 --- a/docs/rdma.txt +++ b/docs/rdma.txt @@ -261,7 +261,7 @@ qemu_rdma_exchange_send(header, data, optional response header & data): of the connection (described below). All of the remaining command types (not including 'ready') -described above all use the aformentioned two functions to do the hard work: +described above all use the aforementioned two functions to do the hard work: 1. After connection setup, RAMBlock information is exchanged using this protocol before the actual migration begins. This information includes |