diff options
author | zhaolichang <zhaolichang@huawei.com> | 2020-09-17 15:50:24 +0800 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-09-17 20:38:42 +0200 |
commit | 8cc360b93ae09bcb0d34148b914652b24dd70061 (patch) | |
tree | e2152348ba9148eed8f9395d9103ad467df821d4 /util/osdep.c | |
parent | 65fdb3cc2e5b40e5c37ef29068e13f110b70ece4 (diff) |
util/: 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 util folder.
Signed-off-by: zhaolichang <zhaolichang@huawei.com>
Reviewed-by: Alex Bennee <alex.bennee@linaro.org>
Message-Id: <20200917075029.313-6-zhaolichang@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'util/osdep.c')
-rw-r--r-- | util/osdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/osdep.c b/util/osdep.c index 4829c07ff6..e50dc2214e 100644 --- a/util/osdep.c +++ b/util/osdep.c @@ -392,7 +392,7 @@ int qemu_unlink(const char *name) * Set errno if fewer than `count' bytes are written. * * This function don't work with non-blocking fd's. - * Any of the possibilities with non-bloking fd's is bad: + * Any of the possibilities with non-blocking fd's is bad: * - return a short write (then name is wrong) * - busy wait adding (errno == EAGAIN) to the loop */ |