]> Git Repo - qemu.git/blobdiff - hw/vfio/common.c
maint: remove / fix many doubled words
[qemu.git] / hw / vfio / common.c
index 85ee9b005edc7a46c109e91dd69fd3898edf4e62..6d21311575ea7743d21784913c6fe722c5d96bd1 100644 (file)
@@ -226,7 +226,7 @@ static int vfio_dma_map(VFIOContainer *container, hwaddr iova,
     /*
      * Try the mapping, if it fails with EBUSY, unmap the region and try
      * again.  This shouldn't be necessary, but we sometimes see it in
-     * the the VGA ROM space.
+     * the VGA ROM space.
      */
     if (ioctl(container->fd, VFIO_IOMMU_MAP_DMA, &map) == 0 ||
         (errno == EBUSY && vfio_dma_unmap(container, iova, size) == 0 &&
This page took 0.022244 seconds and 4 git commands to generate.