From c2bf3af1de09a59d59c4cf41fb4625fc5d1c888d Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 7 Feb 2018 11:19:32 -0800 Subject: [PATCH] doc: fix misspellings in Kconfig files Missed some misspellings during regular reviews. Signed-off-by: David B. Kinder --- arch/Kconfig | 2 +- drivers/console/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/Kconfig b/arch/Kconfig index b068b5e5cc1..cbc396f312a 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -83,7 +83,7 @@ config PRIVILEGED_STACK_SIZE default 256 depends on ARCH_HAS_USERSPACE help - This option sets the priviliged stack region size that will be used + This option sets the privileged stack region size that will be used in addition to the user mode thread stack. During normal execution, this region will be inaccessible from user mode. During system calls, this region will be utilized by the system call. diff --git a/drivers/console/Kconfig b/drivers/console/Kconfig index b7623c44a8f..c46adc34ec6 100644 --- a/drivers/console/Kconfig +++ b/drivers/console/Kconfig @@ -229,7 +229,7 @@ config NATIVE_STDIN_PRIO depends on NATIVE_POSIX_STDIN_CONSOLE default 4 help - Prioriry of the native stdin polling thread + Priority of the native stdin polling thread config NATIVE_POSIX_STDOUT_CONSOLE bool