doc: fix misspellings in Kconfig files
Missed some misspellings during regular reviews. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
9a1d5d2d55
commit
c2bf3af1de
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ config PRIVILEGED_STACK_SIZE
|
||||||
default 256
|
default 256
|
||||||
depends on ARCH_HAS_USERSPACE
|
depends on ARCH_HAS_USERSPACE
|
||||||
help
|
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,
|
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 inaccessible from user mode. During system calls,
|
||||||
this region will be utilized by the system call.
|
this region will be utilized by the system call.
|
||||||
|
|
|
@ -229,7 +229,7 @@ config NATIVE_STDIN_PRIO
|
||||||
depends on NATIVE_POSIX_STDIN_CONSOLE
|
depends on NATIVE_POSIX_STDIN_CONSOLE
|
||||||
default 4
|
default 4
|
||||||
help
|
help
|
||||||
Prioriry of the native stdin polling thread
|
Priority of the native stdin polling thread
|
||||||
|
|
||||||
config NATIVE_POSIX_STDOUT_CONSOLE
|
config NATIVE_POSIX_STDOUT_CONSOLE
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue