From 1415d46dc87fd8bf1d6acd97c1ad60e893f62523 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Thu, 23 Feb 2017 23:27:57 -0700 Subject: [PATCH] nvme: fix copy-paste mistake in comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Verkamp Reviewed-by: Philippe Mathieu-Daudé --- src/hw/nvme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hw/nvme.c b/src/hw/nvme.c index 9fda011..60557ae 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) { -- 2.39.5