Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753460Ab1DCXIk (ORCPT ); Sun, 3 Apr 2011 19:08:40 -0400 Received: from borg.medozas.de ([188.40.89.202]:52874 "EHLO borg.medozas.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752930Ab1DCXIj (ORCPT ); Sun, 3 Apr 2011 19:08:39 -0400 Date: Mon, 4 Apr 2011 01:08:37 +0200 (CEST) From: Jan Engelhardt To: tony.luck@intel.com cc: Linux Kernel Mailing List Subject: pstore: fix "persistant" typo Message-ID: User-Agent: Alpine 2.01 (LNX 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 960 Lines: 31 parent 78fca1b95837a44983608302e89c7258981be9b3 (v2.6.39-rc1-184-g78fca1b9) commit 9e7e37e88264e35f3ba6d0dc1da8dd95e70f2b3f Author: Jan Engelhardt Date: Mon Apr 4 01:07:41 2011 +0200 pstore: fix "persistant" typo Signed-off-by: Jan Engelhardt --- fs/pstore/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/pstore/Kconfig b/fs/pstore/Kconfig index 867d0ac..8007ae7 100644 --- a/fs/pstore/Kconfig +++ b/fs/pstore/Kconfig @@ -1,5 +1,5 @@ config PSTORE - bool "Persistant store support" + bool "Persistent store support" default n help This option enables generic access to platform level -- # Created with git-export-patch -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/