]> xenbits.xensource.com Git - seabios.git/commitdiff
nvme: fix copy-paste mistake in comment
authorDaniel Verkamp <daniel@drv.nu>
Fri, 24 Feb 2017 06:27:57 +0000 (23:27 -0700)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 2 Mar 2017 14:48:23 +0000 (09:48 -0500)
Signed-off-by: Daniel Verkamp <daniel@drv.nu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
src/hw/nvme.c

index 9fda011aea1880540b38ce555b648ca12d33c8f6..60557ae0e64463523ad568f95c0690c23ad04815 100644 (file)
@@ -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) {