From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Justin P. Mattock" Subject: [PATCH]Kconfig:acpi Fix typo in comment. Date: Tue, 3 Jan 2012 08:49:48 -0800 Message-ID: <1325609388-3058-1-git-send-email-justinmattock@gmail.com> Return-path: Received: from mail-iy0-f174.google.com ([209.85.210.174]:37051 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753789Ab2ACQuA (ORCPT ); Tue, 3 Jan 2012 11:50:00 -0500 Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: linux-kernel@vger.kernel.org Cc: linux-acpi@vger.kernel.org, lenb@kernel.org, "Justin P. Mattock" From: "Justin P. Mattock" The below fixes a typo I found in a comment. Signed-off-by: Justin P. Mattock --- drivers/acpi/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index de0e3df..7556913 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -374,7 +374,7 @@ config ACPI_CUSTOM_METHOD depends on DEBUG_FS default n help - This debug facility allows ACPI AML methods to me inserted and/or + This debug facility allows ACPI AML methods to be inserted and/or replaced without rebooting the system. For details refer to: Documentation/acpi/method-customizing.txt. -- 1.7.5.4