[coreboot] r3459 - trunk/coreboot-v2/src/devices

svn at coreboot.org svn at coreboot.org
Fri Aug 1 14:53:05 CEST 2008


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 at coresystems.de>
Acked-by: Stefan Reinauer <stepan at 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"
 }
 





More information about the coreboot mailing list