Commit 74b63934 authored by Michael Ugrin's avatar Michael Ugrin Committed by Catalin Marinas
Browse files

arm64: Kconfig: fix duplicate word in CMDLINE help text



Remove duplicate 'the' in the CMDLINE config help text.

Signed-off-by: default avatarMichael Ugrin <mugrinphoto@gmail.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 249bf973
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2346,7 +2346,7 @@ config CMDLINE
	default ""
	help
	  Provide a set of default command-line options at build time by
	  entering them here. As a minimum, you should specify the the
	  entering them here. As a minimum, you should specify the
	  root device (e.g. root=/dev/nfs).

choice