From: Michael Tokarev Date: Tue, 14 Nov 2023 16:11:33 +0000 (+0300) Subject: include/hw/virtio/vhost.h: spelling fix: sate X-Git-Tag: v8.2.0-rc1~14^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=801faee4dd15ee395fe1c2fb35241c3c7a0b9af5;p=thirdparty%2Fqemu.git include/hw/virtio/vhost.h: spelling fix: sate Fixes: 4a00d5d7f4b6 "vhost: Add high-level state save/load functions" Reviewed-by: Thomas Huth Signed-off-by: Michael Tokarev --- diff --git a/include/hw/virtio/vhost.h b/include/hw/virtio/vhost.h index 05d7204a080..02477788df5 100644 --- a/include/hw/virtio/vhost.h +++ b/include/hw/virtio/vhost.h @@ -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 *