From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757629AbcDABVu (ORCPT ); Thu, 31 Mar 2016 21:21:50 -0400 Received: from mail-ig0-f177.google.com ([209.85.213.177]:35396 "EHLO mail-ig0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752160AbcDABVt (ORCPT ); Thu, 31 Mar 2016 21:21:49 -0400 From: Eric Biggers To: linux-kernel@vger.kernel.org Cc: tglx@linutronix.de, Eric Biggers Subject: [PATCH] lib/Kconfig.debug: fix typo in help for new option Date: Thu, 31 Mar 2016 20:21:20 -0500 Message-Id: <1459473680-13022-1-git-send-email-ebiggers3@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Eric Biggers --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1e9a607..e6071ba 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1486,7 +1486,7 @@ config CPU_HOTPLUG_STATE_CONTROL option for now as the hotplug machinery cannot be stopped and restarted at arbitrary points yet. - Say N if your are unsure. + Say N if you are unsure. config NOTIFIER_ERROR_INJECTION tristate "Notifier error injection" -- 2.7.4