]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/virtio/vhost.h
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
[mirror_qemu.git] / include / hw / virtio / vhost.h
index 05d7204a080baa3a817025eb06185db043494ccb..02477788df5eb370ac1d7ddb1cf02859a07fa150 100644 (file)
@@ -456,7 +456,7 @@ int vhost_save_backend_state(struct vhost_dev *dev, QEMUFile *f, Error **errp);
  * Must only be called while the device and all its vrings are stopped
  * (`VHOST_TRANSFER_STATE_PHASE_STOPPED`).
  *
- * @dev: The vhost device to which to send the sate
+ * @dev: The vhost device to which to send the state
  * @f: Migration stream from which to load the state
  * @errp: Potential error message
  *