summaryrefslogtreecommitdiff
path: root/util/qht.c
diff options
context:
space:
mode:
authorzhaolichang <zhaolichang@huawei.com>2020-09-17 15:50:24 +0800
committerLaurent Vivier <laurent@vivier.eu>2020-09-17 20:38:42 +0200
commit8cc360b93ae09bcb0d34148b914652b24dd70061 (patch)
treee2152348ba9148eed8f9395d9103ad467df821d4 /util/qht.c
parent65fdb3cc2e5b40e5c37ef29068e13f110b70ece4 (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/qht.c')
-rw-r--r--util/qht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/qht.c b/util/qht.c
index 67e5d5b916..b2e020c398 100644
--- a/util/qht.c
+++ b/util/qht.c
@@ -49,7 +49,7 @@
* it anymore.
*
* Writers check for concurrent resizes by comparing ht->map before and after
- * acquiring their bucket lock. If they don't match, a resize has occured
+ * acquiring their bucket lock. If they don't match, a resize has occurred
* while the bucket spinlock was being acquired.
*
* Related Work: