From: Daniel Verkamp Date: Fri, 24 Feb 2017 06:27:57 +0000 (-0700) Subject: nvme: fix copy-paste mistake in comment X-Git-Tag: rel-1.11.0~52 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1415d46dc87fd8bf1d6acd97c1ad60e893f62523;p=seabios.git nvme: fix copy-paste mistake in comment Signed-off-by: Daniel Verkamp Reviewed-by: Philippe Mathieu-Daudé --- 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) {