doc: fix Kconfig misspellings

Kconfig files are processed to create configuration
option documentation.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-11-08 10:35:48 -08:00 committed by Anas Nashif
commit 7e3ed1465f
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ config HW_STACK_PROTECTION
mode. If CONFIG_USERSPACE is not enabled, the system is always mode. If CONFIG_USERSPACE is not enabled, the system is always
running in privileged mode. running in privileged mode.
Note that this does not necessarily prevent corruptuon and assertions Note that this does not necessarily prevent corruption and assertions
about the overall system state when a fault is triggered cannot be about the overall system state when a fault is triggered cannot be
made. made.

View file

@ -19,7 +19,7 @@ menuconfig WS2812_STRIP
These devices have a one-wire communications interface These devices have a one-wire communications interface
which encodes bits using pulses. Short pulses indicate which encodes bits using pulses. Short pulses indicate
zero bits, and long pulses indicate ones; refer to the zero bits, and long pulses indicate ones; refer to the
chip datsheets for precise specifications. To implement chip datasheets for precise specifications. To implement
this in a multitasking operating system, this driver this in a multitasking operating system, this driver
generates the pulses using a SPI peripheral. generates the pulses using a SPI peripheral.

View file

@ -306,7 +306,7 @@ config BT_SCAN_WITH_IDENTITY
depends on !BT_PRIVACY && (BT_CENTRAL || BT_OBSERVER) depends on !BT_PRIVACY && (BT_CENTRAL || BT_OBSERVER)
help help
Enable this if you want to perform active scanning using the local Enable this if you want to perform active scanning using the local
identy address as the scanner address. By default the stack will identity address as the scanner address. By default the stack will
always use a non-resolvable private address (NRPA) in order to avoid always use a non-resolvable private address (NRPA) in order to avoid
disclosing local identity information. However, if the use case disclosing local identity information. However, if the use case
requires disclosing it then enable this option. requires disclosing it then enable this option.