aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
diff options
context:
space:
mode:
authorStefano Garzarella <sgarzare@redhat.com>2022-03-28 17:20:22 +0200
committerLaurent Vivier <laurent@vivier.eu>2022-03-31 21:30:56 +0200
commitef4ff56cf3335b4d7ad4384c5583439ed5babfa6 (patch)
tree1b6f63706c0f247fa6ae301db31445a1b4115ba1 /hw/virtio
parentb49202151ca77e61a828d8b81f5ba7a017a41581 (diff)
downloadqemu-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>
Diffstat (limited to 'hw/virtio')
-rw-r--r--hw/virtio/vhost-vdpa.c2
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().
*/