x86/kconfig: Fix typo in the CONFIG_CMDLINE_BOOL help text
authorSébastien Hinderer <Sebastien.Hinderer@ens-lyon.org>
Tue, 7 Jul 2015 22:02:01 +0000 (00:02 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 8 Jul 2015 09:10:56 +0000 (11:10 +0200)
Signed-off-by: Sébastien Hinderer <Sebastien.Hinderer@ens-lyon.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Samuel Thibault <Samuel.Thibault@ens-lyon.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/Kconfig

index 0b2929f495314837d1b58ed74c06cd09e6b4c032..3dbb7e7909ca50bc45d44e7a0fbc18d79e3cdb70 100644 (file)
@@ -2020,7 +2020,7 @@ config CMDLINE_BOOL
 
          To compile command line arguments into the kernel,
          set this option to 'Y', then fill in the
-         the boot arguments in CONFIG_CMDLINE.
+         boot arguments in CONFIG_CMDLINE.
 
          Systems with fully functional boot loaders (i.e. non-embedded)
          should leave this option set to 'N'.