mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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>
This commit is contained in:
parent
58379af710
commit
1e458f1127
9 changed files with 13 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue