diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:33:27 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
commit | 96420a30e0b509914609e45456ed3dfd47360a8c (patch) | |
tree | e31d56ce9b3cd9eed6246ac7bcd4decb1fa7d386 /tests/qtest/libqos/qgraph.c | |
parent | d30b5bc95a9406b4125a35defba3a953358215cb (diff) | |
download | qemu-96420a30e0b509914609e45456ed3dfd47360a8c.zip qemu-96420a30e0b509914609e45456ed3dfd47360a8c.tar.gz qemu-96420a30e0b509914609e45456ed3dfd47360a8c.tar.bz2 |
tests/: spelling fixes
with some rewording in
tests/qemu-iotests/298
tests/qtest/fuzz/generic_fuzz.c
tests/unit/test-throttle.c
as suggested by Eric.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qtest/libqos/qgraph.c')
-rw-r--r-- | tests/qtest/libqos/qgraph.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qtest/libqos/qgraph.c b/tests/qtest/libqos/qgraph.c index 0a2dddf..2029bf9 100644 --- a/tests/qtest/libqos/qgraph.c +++ b/tests/qtest/libqos/qgraph.c @@ -54,7 +54,7 @@ struct QOSStackElement { int length; }; -/* Each enty in these hash table will consist of <string, node/edge> pair. */ +/* Each entry in these hash table will consist of <string, node/edge> pair. */ static GHashTable *edge_table; static GHashTable *node_table; @@ -214,7 +214,7 @@ static QOSGraphEdge *search_list_edges(QOSGraphEdgeList *edgelist, /** * search_machine(): search for a machine @name in the node hash * table. A machine is the child of the root node. - * This function forces the research in the childs of the root, + * This function forces the research in the children of the root, * to check the node is a proper machine * * Returns: on success: the %QOSGraphNode |