From: Leonardo Garcia Date: Tue, 23 Nov 2021 11:48:31 +0000 (-0300) Subject: hw/virtio/vhost: Fix typo in comment. X-Git-Tag: v7.0.0-rc0~123^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f71d31fa811f15d40ab076b350c2067d30ac22b1;p=thirdparty%2Fqemu.git hw/virtio/vhost: Fix typo in comment. Signed-off-by: Leonardo Garcia Reviewed-by: Laurent Vivier Reviewed-by: Philippe Mathieu-Daudé Message-Id: Signed-off-by: Laurent Vivier --- diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c index 437347ad01c..20913cf8fb4 100644 --- a/hw/virtio/vhost.c +++ b/hw/virtio/vhost.c @@ -313,7 +313,7 @@ static int vhost_dev_has_iommu(struct vhost_dev *dev) * For vhost, VIRTIO_F_IOMMU_PLATFORM means the backend support * incremental memory mapping API via IOTLB API. For platform that * does not have IOMMU, there's no need to enable this feature - * which may cause unnecessary IOTLB miss/update trnasactions. + * which may cause unnecessary IOTLB miss/update transactions. */ return virtio_bus_device_iommu_enabled(vdev) && virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM);