aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-08-23 09:53:15 +0300
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2023-08-31 19:47:43 +0200
commitd02d06f8f1299eb7a4422c283b9b9cbb4deb0cf9 (patch)
tree396261997085669c567a753c6fc50dbf250fff09 /include/qemu
parentc342a5d38c7e15b8bf2c13431b09af32041012c4 (diff)
downloadqemu-d02d06f8f1299eb7a4422c283b9b9cbb4deb0cf9.zip
qemu-d02d06f8f1299eb7a4422c283b9b9cbb4deb0cf9.tar.gz
qemu-d02d06f8f1299eb7a4422c283b9b9cbb4deb0cf9.tar.bz2
util: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20230823065335.1919380-3-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'include/qemu')
-rw-r--r--include/qemu/iova-tree.h4
-rw-r--r--include/qemu/yank.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/qemu/iova-tree.h b/include/qemu/iova-tree.h
index 8528e5c..2a10a70 100644
--- a/include/qemu/iova-tree.h
+++ b/include/qemu/iova-tree.h
@@ -15,7 +15,7 @@
* Currently the iova tree will only allow to keep ranges
* information, and no extra user data is allowed for each element. A
* benefit is that we can merge adjacent ranges internally within the
- * tree. It can save a lot of memory when the ranges are splitted but
+ * tree. It can save a lot of memory when the ranges are split but
* mostly continuous.
*
* Note that current implementation does not provide any thread
@@ -128,7 +128,7 @@ const DMAMap *iova_tree_find_address(const IOVATree *tree, hwaddr iova);
* iova_tree_foreach:
*
* @tree: the iova tree to iterate on
- * @iterator: the interator for the mappings, return true to stop
+ * @iterator: the iterator for the mappings, return true to stop
*
* Iterate over the iova tree.
*
diff --git a/include/qemu/yank.h b/include/qemu/yank.h
index 5375a1f..1907150 100644
--- a/include/qemu/yank.h
+++ b/include/qemu/yank.h
@@ -25,7 +25,7 @@ typedef void (YankFn)(void *opaque);
* @instance: The instance.
* @errp: Error object.
*
- * Returns true on success or false if an error occured.
+ * Returns true on success or false if an error occurred.
*/
bool yank_register_instance(const YankInstance *instance, Error **errp);