diff options
Diffstat (limited to 'src/hw/nvme.c')
-rw-r--r-- | src/hw/nvme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hw/nvme.c b/src/hw/nvme.c index 9fda011a..60557ae0 100644 --- a/src/hw/nvme.c +++ b/src/hw/nvme.c @@ -549,7 +549,7 @@ nvme_controller_setup(void *opaque) static void nvme_scan(void) { - // Scan PCI bus for ATA adapters + // Scan PCI bus for NVMe adapters struct pci_device *pci; foreachpci(pci) { |