@@ -1364,7 +1364,7 @@ static void vfio_pci_relocate_msix(VFIOPCIDevice *vdev, Error **errp)
1364
1364
* TODO: Lookup table for known devices.
1365
1365
*
1366
1366
* Logically we might use an algorithm here to select the BAR adding
1367
- * the least additional MMIO space, but we cannot programatically
1367
+ * the least additional MMIO space, but we cannot programmatically
1368
1368
* predict the driver dependency on BAR ordering or sizing, therefore
1369
1369
* 'auto' becomes a lookup for combinations reported to work.
1370
1370
*/
@@ -2158,7 +2158,7 @@ static void vfio_pci_pre_reset(VFIOPCIDevice *vdev)
2158
2158
}
2159
2159
2160
2160
/*
2161
- * Stop any ongoing DMA by disconecting I/O, MMIO, and bus master.
2161
+ * Stop any ongoing DMA by disconnecting I/O, MMIO, and bus master.
2162
2162
* Also put INTx Disable in known state.
2163
2163
*/
2164
2164
cmd = vfio_pci_read_config (pdev , PCI_COMMAND , 2 );
@@ -2384,7 +2384,7 @@ static int vfio_pci_hot_reset(VFIOPCIDevice *vdev, bool single)
2384
2384
}
2385
2385
2386
2386
/*
2387
- * We want to differentiate hot reset of mulitple in-use devices vs hot reset
2387
+ * We want to differentiate hot reset of multiple in-use devices vs hot reset
2388
2388
* of a single in-use device. VFIO_DEVICE_RESET will already handle the case
2389
2389
* of doing hot resets when there is only a single device per bus. The in-use
2390
2390
* here refers to how many VFIODevices are affected. A hot reset that affects
0 commit comments