diff options
author | zhaolichang <zhaolichang@huawei.com> | 2020-09-17 15:50:29 +0800 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-09-17 20:41:44 +0200 |
commit | 639b090df52a4952262615328a3fdfae81234ea8 (patch) | |
tree | 34ecc92a0b555c48d96a92ba41fc337bb08a9a48 /contrib/ivshmem-client | |
parent | 2400e50c15986e773dad4b6d9584b5da77ba3927 (diff) |
contrib/: 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 contrib folder.
Signed-off-by: zhaolichang <zhaolichang@huawei.com>
Reviewed-by: Alex Bennee <alex.bennee@linaro.org>
Message-Id: <20200917075029.313-11-zhaolichang@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'contrib/ivshmem-client')
-rw-r--r-- | contrib/ivshmem-client/ivshmem-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ivshmem-client/ivshmem-client.h b/contrib/ivshmem-client/ivshmem-client.h index fe3cc4a03d..fc45a38060 100644 --- a/contrib/ivshmem-client/ivshmem-client.h +++ b/contrib/ivshmem-client/ivshmem-client.h @@ -174,7 +174,7 @@ int ivshmem_client_notify_all_vects(const IvshmemClient *client, const IvshmemClientPeer *peer); /** - * Broadcat a notification to all vectors of all peers + * Broadcast a notification to all vectors of all peers * * @client: The ivshmem client * |