summaryrefslogtreecommitdiff
path: root/arch/ppc/kernel
diff options
context:
space:
mode:
authorSteven Cole <elenstev@mesatop.com>2003-02-06 16:11:08 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-06 16:11:08 -0800
commitda11be46accaae5bbe089161b00e43a67097308d (patch)
tree887acd8441ac04f4eb4b321858ec64b01dacf176 /arch/ppc/kernel
parentdb2ee2055d4d52891d531b7678e43e041c48e489 (diff)
[PATCH] Spelling fixes for consistent, dependent, persistent
This fixes the following common misspellings and their variants. consistant -> consistent dependant -> dependent persistant -> persistent
Diffstat (limited to 'arch/ppc/kernel')
-rw-r--r--arch/ppc/kernel/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/kernel/pci.c b/arch/ppc/kernel/pci.c
index 90df3328b3e8..ee68f236114b 100644
--- a/arch/ppc/kernel/pci.c
+++ b/arch/ppc/kernel/pci.c
@@ -1069,7 +1069,7 @@ pcibios_init(void)
if (ppc_md.pci_swizzle && ppc_md.pci_map_irq)
pci_fixup_irqs(ppc_md.pci_swizzle, ppc_md.pci_map_irq);
- /* Call machine dependant fixup */
+ /* Call machine dependent fixup */
if (ppc_md.pcibios_fixup)
ppc_md.pcibios_fixup();