From e69f4dcf799d04d71f19f145656079fedba11681 Mon Sep 17 00:00:00 2001 From: Juan Manuel Cruz Date: Wed, 20 May 2015 15:38:39 -0500 Subject: [PATCH] Kconfig: Fix for x86 kconfig typo. This commit fixes the "randmon" typo in the x86 Kconfig file. Change-Id: Ic88a4e971dc2e21b9885d591ad6949aebed6b48d Signed-off-by: Juan Manuel Cruz --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1aa999283df..bd58262f319 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -126,7 +126,7 @@ endmenu #FIXME This symbols is not being used. config CUSTOM_RANDOM_GENERATOR - bool "Custom randmon generator" + bool "Custom random generator" default n help This option signifies that the target uses custom random number