Typo, thanks to Idwer for spotting this. (trivial patch)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3459 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2008-08-01 12:53:04 +00:00 committed by Stefan Reinauer
parent 51754a38f2
commit 75f519ca86
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ static void pciexp_tune_dev(device_t dev)
/* 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"
}