x86/kconfig: Fix typo in the CONFIG_CMDLINE_BOOL help text

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>
This commit is contained in:
Sébastien Hinderer 2015-07-08 00:02:01 +02:00 committed by Ingo Molnar
parent 09cf92b784
commit 69711ca19b
1 changed files with 1 additions and 1 deletions

View File

@ -2020,7 +2020,7 @@ config CMDLINE_BOOL
To compile command line arguments into the kernel, To compile command line arguments into the kernel,
set this option to 'Y', then fill in the 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) Systems with fully functional boot loaders (i.e. non-embedded)
should leave this option set to 'N'. should leave this option set to 'N'.