diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-08-01 12:53:04 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-08-01 12:53:04 +0000 |
commit | 75f519ca86f384fc683d12baddcae95d18ec32a0 (patch) | |
tree | df9265ae9f9f10d97c209c6f2ba82e3b32c5f2a4 /src/devices/pciexp_device.c | |
parent | 51754a38f2a121c78ffaaa3de9b20a252fcbddbe (diff) |
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
Diffstat (limited to 'src/devices/pciexp_device.c')
-rw-r--r-- | src/devices/pciexp_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/pciexp_device.c b/src/devices/pciexp_device.c index 2bc7987b69..862e0a9abe 100644 --- a/src/devices/pciexp_device.c +++ b/src/devices/pciexp_device.c @@ -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" } |