dect
/
linux-2.6
Archived
13
0
Fork 0

powerpc/pci: Fix typo: s/resouces/resources/ in a pr_debug

Fix typo: s/resouces/resources/ in a pr_debug

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Wolfram Sang 2009-03-09 06:39:01 +00:00 committed by Benjamin Herrenschmidt
parent b46ce61198
commit a77acda0b7
1 changed files with 1 additions and 1 deletions

View File

@ -1482,7 +1482,7 @@ void __init pcibios_resource_survey(void)
* we proceed to assigning things that were left unassigned
*/
if (!(ppc_pci_flags & PPC_PCI_PROBE_ONLY)) {
pr_debug("PCI: Assigning unassigned resouces...\n");
pr_debug("PCI: Assigning unassigned resources...\n");
pci_assign_unassigned_resources();
}