diff options
author | Stefano Garzarella <sgarzare@redhat.com> | 2022-03-28 17:20:22 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2022-03-31 21:30:56 +0200 |
commit | ef4ff56cf3335b4d7ad4384c5583439ed5babfa6 (patch) | |
tree | 1b6f63706c0f247fa6ae301db31445a1b4115ba1 | |
parent | b49202151ca77e61a828d8b81f5ba7a017a41581 (diff) | |
download | qemu-ef4ff56cf3335b4d7ad4384c5583439ed5babfa6.zip qemu-ef4ff56cf3335b4d7ad4384c5583439ed5babfa6.tar.gz qemu-ef4ff56cf3335b4d7ad4384c5583439ed5babfa6.tar.bz2 |
vhost-vdpa: fix typo in a comment
Replace vpda with vdpa.
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220328152022.73245-1-sgarzare@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r-- | hw/virtio/vhost-vdpa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c index c5ed7a3..8adf7c0 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(). */ |