diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2012-01-03 11:49:48 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-01-04 05:47:45 -0500 |
commit | bd1b2a555952d959f47169056fca05acf7eff81f (patch) | |
tree | 3a7f8f28a26a423c9ea34aaffab3c5313243d906 /drivers/acpi/Kconfig | |
parent | d36b691077dc59c74efec0d54ed21b86f7a2a21a (diff) |
Kconfig: acpi: Fix typo in comment.
The below fixes a typo I found in a comment.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 de0e3df7677..7556913aba4 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -374,7 +374,7 @@ config ACPI_CUSTOM_METHOD | |||
374 | depends on DEBUG_FS | 374 | depends on DEBUG_FS |
375 | default n | 375 | default n |
376 | help | 376 | help |
377 | This debug facility allows ACPI AML methods to me inserted and/or | 377 | This debug facility allows ACPI AML methods to be inserted and/or |
378 | replaced without rebooting the system. For details refer to: | 378 | replaced without rebooting the system. For details refer to: |
379 | Documentation/acpi/method-customizing.txt. | 379 | Documentation/acpi/method-customizing.txt. |
380 | 380 | ||