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**
/**
* virDomainMemoryFindByDeviceInfo:
- * @def: domain defintion
+ * @def: domain definition
* @info: device info to match
* @pos: store position within array
*
* @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 *
/* 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);