From patchwork Fri Oct 9 13:53:24 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiri Slaby X-Patchwork-Id: 52713 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n99E2cL8015177 for ; Fri, 9 Oct 2009 14:02:39 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753936AbZJINyE (ORCPT ); Fri, 9 Oct 2009 09:54:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760785AbZJINyE (ORCPT ); Fri, 9 Oct 2009 09:54:04 -0400 Received: from server1.wserver.cz ([82.113.45.157]:37639 "EHLO server1.wserver.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753936AbZJINyD (ORCPT ); Fri, 9 Oct 2009 09:54:03 -0400 Received: from localhost.localdomain (unknown [82.113.46.245]) by server1.wserver.cz (Postfix) with ESMTP id AE1563E4001; Fri, 9 Oct 2009 16:01:23 +0200 (CEST) From: Jiri Slaby To: len.brown@intel.com Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Jiri Slaby Subject: [PATCH 1/1] ACPI: Kconfig, fix proc aggregator text Date: Fri, 9 Oct 2009 15:53:24 +0200 Message-Id: <1255096404-23017-1-git-send-email-jirislaby@gmail.com> X-Mailer: git-send-email 1.6.4.2 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 0ed42d8..93d2c79 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -218,10 +218,10 @@ config ACPI_PROCESSOR_AGGREGATOR depends on X86 help ACPI 4.0 defines processor Aggregator, which enables OS to perform - specfic processor configuration and control that applies to all + specific processor configuration and control that applies to all processors in the platform. Currently only logical processor idling is defined, which is to reduce power consumption. This driver - support the new device. + supports the new device. config ACPI_THERMAL tristate "Thermal Zone"