1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

Fix some typos

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Tim Wiederhake 2021-10-26 16:14:06 +02:00
parent efc1ccc75b
commit ed87c62c2b
3 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ v7.9.0 (unreleased)
Libvirt started using JSON directly with the ``-device`` commandline
parameter as it's considered the preferred stable syntax for further QEMU
releases. If any problems with the conversion are encoutered please
releases. If any problems with the conversion are encountered please
report them as soon as possible.
* **Bug fixes**

View File

@ -16601,7 +16601,7 @@ virDomainMemoryFindInactiveByDef(virDomainDef *def,
/**
* virDomainMemoryFindByDeviceInfo:
* @def: domain defintion
* @def: domain definition
* @info: device info to match
* @pos: store position within array
*

View File

@ -694,7 +694,7 @@ qemuBuildDeviceAddressProps(virJSONValue *props,
* @virtio: the returned video device is a 'virtio' device
* @virtioBusSuffix: the returned device needs to get the bus-suffix
*
* Returns the model fo the device for @video and @qemuCaps. @virtio and
* Returns the model of the device for @video and @qemuCaps. @virtio and
* @virtioBusSuffix are filled with the corresponding flags.
*/
static const char *
@ -1106,7 +1106,7 @@ qemuBuildVirtioDevProps(virDomainDeviceType devtype,
/* We temporarily cast the const away here, but that's safe to do
* because the called function simply sets the correct member of
* device to devdata based on devtype. Futher uses of device will
* device to devdata based on devtype. Further uses of device will
* not touch its contents */
virDomainDeviceSetData((virDomainDeviceDef *) &device, (void *) devdata);