lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 31 Mar 2016 20:21:20 -0500
From:	Eric Biggers <ebiggers3@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	tglx@...utronix.de, Eric Biggers <ebiggers3@...il.com>
Subject: [PATCH] lib/Kconfig.debug: fix typo in help for new option

Signed-off-by: Eric Biggers <ebiggers3@...il.com>
---
 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

Powered by blists - more mailing lists