diff options
author | Matt LaPlante <kernel1@cyberdogtech.com> | 2006-10-03 20:36:44 (GMT) |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-10-03 20:36:44 (GMT) |
commit | cab00891c5489cb6d0cde0a55d39bd5f2871fa70 (patch) | |
tree | 0dc810a15ad02dc76939b6ea021a4a24794561bb /drivers/pci | |
parent | 44c09201a4178e08ed1c8cc37e7aea0683888f0a (diff) | |
download | linux-cab00891c5489cb6d0cde0a55d39bd5f2871fa70.tar.xz |
Still more typo fixes
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/hotplug/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/Kconfig b/drivers/pci/hotplug/Kconfig index 8a60f39..6e780db 100644 --- a/drivers/pci/hotplug/Kconfig +++ b/drivers/pci/hotplug/Kconfig @@ -157,7 +157,7 @@ config HOTPLUG_PCI_RPA tristate "RPA PCI Hotplug driver" depends on HOTPLUG_PCI && PPC_PSERIES && PPC64 && !HOTPLUG_PCI_FAKE help - Say Y here if you have a a RPA system that supports PCI Hotplug. + Say Y here if you have a RPA system that supports PCI Hotplug. To compile this driver as a module, choose M here: the module will be called rpaphp. |