Commit 6e33fa09 authored by Zhang Jiaming's avatar Zhang Jiaming Committed by Michael S. Tsirkin
Browse files

vdpa: ifcvf: Fix spelling mistake in comments



There is a typo(does't) in comments.
It maybe 'doesn't' instead of 'does't'.

Signed-off-by: default avatarZhang Jiaming <jiaming@nfschina.com>
Message-Id: <20220704024104.15535-1-jiaming@nfschina.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Acked-by: default avatarJason Wang <jasowang@redhat.com>
parent 71aa95a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -685,7 +685,7 @@ static struct vdpa_notification_area ifcvf_get_vq_notification(struct vdpa_devic
}

/*
 * IFCVF currently does't have on-chip IOMMU, so not
 * IFCVF currently doesn't have on-chip IOMMU, so not
 * implemented set_map()/dma_map()/dma_unmap()
 */
static const struct vdpa_config_ops ifc_vdpa_ops = {