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>
This commit is contained in:
Stefano Garzarella 2022-03-28 17:20:22 +02:00 committed by Laurent Vivier
parent b49202151c
commit ef4ff56cf3

View file

@ -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().
*/