From: Stefano Garzarella Date: Mon, 28 Mar 2022 15:20:22 +0000 (+0200) Subject: vhost-vdpa: fix typo in a comment X-Git-Tag: qemu-xen-4.17.0-rc4~16^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ef4ff56cf3335b4d7ad4384c5583439ed5babfa6;p=qemu-xen.git vhost-vdpa: fix typo in a comment Replace vpda with vdpa. Signed-off-by: Stefano Garzarella Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20220328152022.73245-1-sgarzare@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c index c5ed7a3779..8adf7c0b92 100644 --- a/hw/virtio/vhost-vdpa.c +++ b/hw/virtio/vhost-vdpa.c @@ -299,7 +299,7 @@ static void vhost_vdpa_listener_region_del(MemoryListener *listener, memory_region_unref(section->mr); } /* - * IOTLB API is used by vhost-vpda which requires incremental updating + * IOTLB API is used by vhost-vdpa which requires incremental updating * of the mapping. So we can not use generic vhost memory listener which * depends on the addnop(). */