Leave room for ROM growth and for the payload. (trivial)
[coreboot.git] / src / devices / pciexp_device.c
index cf6104ed95ff3d20c4a1eeff1f308c0b9c1c540b..862e0a9abe2de91ad9d663f5de6d144edb07fd3f 100644 (file)
@@ -34,7 +34,7 @@ static void pciexp_tune_dev(device_t dev)
                /* error... */
                return;
        }
-       printk_debug("PCIEXP: tunning %s\n", dev_path(dev));
+       printk_debug("PCIe: tuning %s\n", dev_path(dev));
 #warning "IMPLEMENT PCI EXPRESS TUNING"
 }