aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqtest.h
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2022-10-30 11:59:44 +0100
committerLaurent Vivier <laurent@vivier.eu>2022-11-05 20:35:45 +0100
commit1e458f11273c315ee2045f6e632b8dfb5f2b1544 (patch)
tree3d7aa5e81730bf17a4f886af75036bd4802d10e2 /tests/qtest/libqtest.h
parent58379af7102616531bf8ca499121e33b034fe9e4 (diff)
downloadqemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.zip
qemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.tar.gz
qemu-1e458f11273c315ee2045f6e632b8dfb5f2b1544.tar.bz2
Fix some typos in documentation and comments
Most of them were found and fixed using codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-Id: <20221030105944.311940-1-sw@weilnetz.de> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'tests/qtest/libqtest.h')
-rw-r--r--tests/qtest/libqtest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/libqtest.h b/tests/qtest/libqtest.h
index 91a5f7e..fcf1c3c 100644
--- a/tests/qtest/libqtest.h
+++ b/tests/qtest/libqtest.h
@@ -736,7 +736,7 @@ bool qtest_has_device(const char *device);
* qtest_qmp_device_add_qdict:
* @qts: QTestState instance to operate on
* @drv: Name of the device that should be added
- * @arguments: QDict with properties for the device to intialize
+ * @arguments: QDict with properties for the device to initialize
*
* Generic hot-plugging test via the device_add QMP command with properties
* supplied in form of QDict. Use NULL for empty properties list.