Author: stepan Date: 2008-08-01 14:53:04 +0200 (Fri, 01 Aug 2008) New Revision: 3459
Modified: trunk/coreboot-v2/src/devices/pciexp_device.c Log: Typo, thanks to Idwer for spotting this. (trivial patch) Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/coreboot-v2/src/devices/pciexp_device.c =================================================================== --- trunk/coreboot-v2/src/devices/pciexp_device.c 2008-08-01 12:28:38 UTC (rev 3458) +++ trunk/coreboot-v2/src/devices/pciexp_device.c 2008-08-01 12:53:04 UTC (rev 3459) @@ -34,7 +34,7 @@ /* error... */ return; } - printk_debug("PCIe: tunning %s\n", dev_path(dev)); + printk_debug("PCIe: tuning %s\n", dev_path(dev)); #warning "IMPLEMENT PCI EXPRESS TUNING" }