diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-08-18 09:22:10 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-09-28 21:38:20 -0400 |
commit | 25cb1bfdd8256cd1c614947e1696e42176ac22ec (patch) | |
tree | 587f58547f6a2ceecf2ee2718e54ef6aef9667ab /drivers/acpi/Kconfig | |
parent | bd126b23a2f30c3c7d268db2b96866923eb732a5 (diff) |
ACPI: Kconfig: fix typo.
"power of" -> "power off"
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index b811f2173f6f..88681aca88c5 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -105,7 +105,7 @@ config ACPI_EC_DEBUGFS | |||
105 | 105 | ||
106 | Be aware that using this interface can confuse your Embedded | 106 | Be aware that using this interface can confuse your Embedded |
107 | Controller in a way that a normal reboot is not enough. You then | 107 | Controller in a way that a normal reboot is not enough. You then |
108 | have to power of your system, and remove the laptop battery for | 108 | have to power off your system, and remove the laptop battery for |
109 | some seconds. | 109 | some seconds. |
110 | An Embedded Controller typically is available on laptops and reads | 110 | An Embedded Controller typically is available on laptops and reads |
111 | sensor values like battery state and temperature. | 111 | sensor values like battery state and temperature. |