diff options
author | P. Christeas <xrg@linux.gr> | 2011-12-06 13:48:35 -0500 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2012-01-06 15:11:17 -0500 |
commit | d56641c7723c92487fb4bbcd995ad74169e2329b (patch) | |
tree | 5d5d0b1d9f060f9bb2f585efb129513b0416f067 /drivers/pci/pcie | |
parent | 85b8582d7ca516030efb84d94fa29a73c1d9a125 (diff) |
PCI: kconfig: English typo in pci/pcie/Kconfig
Just fix this help text.
Signed-off-by: P. Christeas <xrg@linux.gr>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/pcie')
-rw-r--r-- | drivers/pci/pcie/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig index dc29348264c6..72962cc92e0a 100644 --- a/drivers/pci/pcie/Kconfig +++ b/drivers/pci/pcie/Kconfig | |||
@@ -39,7 +39,7 @@ config PCIEASPM | |||
39 | Power Management) and Clock Power Management. ASPM supports | 39 | Power Management) and Clock Power Management. ASPM supports |
40 | state L0/L0s/L1. | 40 | state L0/L0s/L1. |
41 | 41 | ||
42 | ASPM is initially set up the the firmware. With this option enabled, | 42 | ASPM is initially set up by the firmware. With this option enabled, |
43 | Linux can modify this state in order to disable ASPM on known-bad | 43 | Linux can modify this state in order to disable ASPM on known-bad |
44 | hardware or configurations and enable it when known-safe. | 44 | hardware or configurations and enable it when known-safe. |
45 | 45 | ||