diff --git a/kernel/Kconfig b/kernel/Kconfig index 9581ae17d3b..d0c16a622b3 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -111,7 +111,7 @@ config MAIN_STACK_SIZE prompt "Size of stack for initialization and main thread" default 1024 help - When the intitialization is complete, the thread executing it then + When the initialization is complete, the thread executing it then executes the main() routine, so as to reuse the stack used by the initialization, which would be wasted RAM otherwise. @@ -334,7 +334,7 @@ config MEM_POOL_SPLIT_BEFORE_DEFRAG block if an unused block of the required size is not available; only if no such blocks exist will the memory pool try merging smaller unused blocks. This policy attempts to limit the cost of performing automatic - partial defragmention of the memory pool, at the cost of fragmenting + partial defragmentation of the memory pool, at the cost of fragmenting the memory pool's larger blocks. config MEM_POOL_DEFRAG_BEFORE_SPLIT @@ -469,7 +469,7 @@ config KERNEL_INIT_PRIORITY_DEFAULT prompt "Default init priority" default 40 help - Defaut minimal init priority for each init level. + Default minimal init priority for each init level. config KERNEL_INIT_PRIORITY_DEVICE int diff --git a/misc/Kconfig b/misc/Kconfig index e5eca32b985..134d675d11a 100644 --- a/misc/Kconfig +++ b/misc/Kconfig @@ -115,7 +115,7 @@ config COMPILER_OPT This option is a free-form string that is passed to the compiler when building all parts of a project (i.e. kernel). The compiler options specified by this string supplement the - pre-defined set of compiler supplied by the build system, + predefined set of compiler supplied by the build system, and can be used to change compiler optimization, warning and error messages, and so on. @@ -251,7 +251,7 @@ config OVERRIDE_FRAME_POINTER_DEFAULT automatically but only if the architecture does not require if for effective debugging. - Choose Y is you want to override the default frame pointer behaviour + Choose Y if you want to override the default frame pointer behavior of your compiler, otherwise choose N. config OMIT_FRAME_POINTER @@ -261,7 +261,7 @@ config OMIT_FRAME_POINTER depends on OVERRIDE_FRAME_POINTER_DEFAULT help Choose Y for best performance. On some architectures (including x86) - this will favour code size and performance over debugability. + this will favor code size and performance over debugability. Choose N in you wish to retain the frame pointer. This option may be useful if your application uses runtime backtracing and does not diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index b469874498a..44fa3ad278f 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -24,7 +24,7 @@ choice config BLUETOOTH_LL_SW bool "Use the software-based BLE Link Layer" help - Use Zephyr's software BLE Link Layer implementation. + Use Zephyr software BLE Link Layer implementation. endchoice diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index a8565778674..2a821876db8 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -417,7 +417,7 @@ config BLUETOOTH_SMP_FORCE_BREDR depends on BLUETOOTH_DEBUG_SMP help This option enables SMP over BR/EDR even if controller is not - supporting BR/EDR Secure Connections. This optino is solely for + supporting BR/EDR Secure Connections. This option is solely for testing and should never be enabled on production devices. config BLUETOOTH_DEBUG_ATT diff --git a/subsys/logging/Kconfig b/subsys/logging/Kconfig index 7f8a7ede447..593a9920f50 100644 --- a/subsys/logging/Kconfig +++ b/subsys/logging/Kconfig @@ -43,9 +43,9 @@ config SYS_LOG_DEFAULT_LEVEL Levels are: 0 OFF, do not write by default 1 ERROR, default to only write SYS_LOG_ERR - 2 WARNING, default to write SYS_LOG_WRN in adition to previous level - 3 INFO, default to write SYS_LOG_INF in adition to previous levels - 4 DEBUG, default to write SYS_LOG_DBG in adition to previous levels + 2 WARNING, default to write SYS_LOG_WRN in addition to previous level + 3 INFO, default to write SYS_LOG_INF in addition to previous levels + 4 DEBUG, default to write SYS_LOG_DBG in addition to previous levels config SYS_LOG_OVERRIDE_LEVEL int @@ -61,9 +61,9 @@ config SYS_LOG_OVERRIDE_LEVEL Levels are: 0 OFF, do not override 1 ERROR, override to write SYS_LOG_ERR - 2 WARNING, override to write SYS_LOG_WRN in adition to previous level - 3 INFO, override to write SYS_LOG_INF in adition to previous levels - 4 DEBUG, override to write SYS_LOG_DBG in adition to previous levels + 2 WARNING, override to write SYS_LOG_WRN in addition to previous level + 3 INFO, override to write SYS_LOG_INF in addition to previous levels + 4 DEBUG, override to write SYS_LOG_DBG in addition to previous levels config SYS_LOG_EXT_HOOK bool diff --git a/subsys/net/Kconfig b/subsys/net/Kconfig index f605512f813..4409951f3f3 100644 --- a/subsys/net/Kconfig +++ b/subsys/net/Kconfig @@ -35,9 +35,9 @@ config SYS_LOG_NET_BUF_LEVEL Levels are: 0 OFF, do not write 1 ERROR, only write SYS_LOG_ERR - 2 WARNING, write SYS_LOG_WRN in adition to previous level - 3 INFO, write SYS_LOG_INF in adition to previous levels - 4 DEBUG, write SYS_LOG_DBG in adition to previous levels + 2 WARNING, write SYS_LOG_WRN in addition to previous level + 3 INFO, write SYS_LOG_INF in addition to previous levels + 4 DEBUG, write SYS_LOG_DBG in addition to previous levels config NET_BUF_WARN_ALLOC_INTERVAL int diff --git a/subsys/net/ip/Kconfig.app b/subsys/net/ip/Kconfig.app index 01ee13f655e..99092f3585a 100644 --- a/subsys/net/ip/Kconfig.app +++ b/subsys/net/ip/Kconfig.app @@ -73,7 +73,7 @@ config NET_APP_IEEE802154_RADIO_TX_POWER int "IEEE 802.15.4 TX power in dbm" default 0 help - The tx power to use by defaulte in the sample application. + The TX power to use by default in the sample application. See NET_L2_IEEE802154_RADIO_DFLT_TX_POWER for more info. config NET_APP_IEEE802154_SECURITY_KEY diff --git a/subsys/net/ip/Kconfig.debug b/subsys/net/ip/Kconfig.debug index c3ede590064..982a78993f7 100644 --- a/subsys/net/ip/Kconfig.debug +++ b/subsys/net/ip/Kconfig.debug @@ -27,9 +27,9 @@ config SYS_LOG_NET_LEVEL Levels are: 0 OFF, do not write 1 ERROR, only write SYS_LOG_ERR - 2 WARNING, write SYS_LOG_WRN in adition to previous level - 3 INFO, write SYS_LOG_INF in adition to previous levels - 4 DEBUG, write SYS_LOG_DBG in adition to previous levels + 2 WARNING, write SYS_LOG_WRN in addition to previous level + 3 INFO, write SYS_LOG_INF in addition to previous levels + 4 DEBUG, write SYS_LOG_DBG in addition to previous levels config NET_LOG_GLOBAL bool "Enable global network stack logging" @@ -97,7 +97,7 @@ config NET_DEBUG_NET_PKT_EXTERNALS default 0 depends on NET_DEBUG_NET_PKT help - How many external net_pkt's are there in user specic pools. + How many external net_pkt objects are there in user specific pools. This value is used when allocating space for tracking the memory allocations. diff --git a/subsys/net/ip/Kconfig.ipv6 b/subsys/net/ip/Kconfig.ipv6 index 45c6da434bb..a9298a18bcd 100644 --- a/subsys/net/ip/Kconfig.ipv6 +++ b/subsys/net/ip/Kconfig.ipv6 @@ -131,7 +131,7 @@ config NET_MAX_6LO_CONTEXTS range 1 16 help 6lowpan context options table size. The value depends on your - network and memory connsuption. More size occupies more memory. + network and memory consumption. More 6CO options uses more memory. config NET_DEBUG_6LO bool "Enable 6lowpan debug" @@ -152,10 +152,10 @@ config NET_DEBUG_ICMPV6 Enables ICMPv6 code part to output debug messages config NET_DEBUG_IPV6_NBR_CACHE - bool "Debug IPv6 neighbour cache" + bool "Debug IPv6 neighbor cache" default n help - Enables Neighbour Cache code part to output debug messages + Enables Neighbor Cache code to output debug messages endif # NET_LOG diff --git a/subsys/net/ip/l2/Kconfig b/subsys/net/ip/l2/Kconfig index 519af9d8001..bfbf7f83457 100644 --- a/subsys/net/ip/l2/Kconfig +++ b/subsys/net/ip/l2/Kconfig @@ -15,12 +15,12 @@ config NET_L2_DUMMY TUN mode. config NET_L2_ETHERNET - bool "Enable ethernet support" + bool "Enable Ethernet support" default n help Add support for Ethernet, enabling selecting relevant hardware drivers. If SLIP_TAP is selected, NET_L2_ETHERNET will enable to fully simulate - ethernet through SLIP. + Ethernet through SLIP. config NET_DEBUG_L2_ETHERNET bool "Debug Ethernet L2 layer" diff --git a/subsys/net/ip/l2/ieee802154/Kconfig b/subsys/net/ip/l2/ieee802154/Kconfig index df230f2c5a9..4880ba545a9 100644 --- a/subsys/net/ip/l2/ieee802154/Kconfig +++ b/subsys/net/ip/l2/ieee802154/Kconfig @@ -73,7 +73,7 @@ config NET_L2_IEEE802154_FRAGMENT_REASS_CACHE_SIZE depends on NET_L2_IEEE802154_FRAGMENT default 1 help - Simultaneoulsy reassemble 802.15.4 fragments depending on + Simultaneously reassemble 802.15.4 fragments depending on cache size. config NET_L2_IEEE802154_REASSEMBLY_TIMEOUT diff --git a/subsys/usb/Kconfig b/subsys/usb/Kconfig index 43565cb1e80..f33f2e7a006 100644 --- a/subsys/usb/Kconfig +++ b/subsys/usb/Kconfig @@ -29,11 +29,11 @@ config SYS_LOG_USB_LEVEL - 1 ERROR, only write SYS_LOG_ERR - - 2 WARNING, write SYS_LOG_WRN in adition to previous level + - 2 WARNING, write SYS_LOG_WRN in addition to previous level - - 3 INFO, write SYS_LOG_INF in adition to previous levels + - 3 INFO, write SYS_LOG_INF in addition to previous levels - - 4 DEBUG, write SYS_LOG_DBG in adition to previous levels + - 4 DEBUG, write SYS_LOG_DBG in addition to previous levels source "subsys/usb/class/Kconfig" diff --git a/subsys/usb/class/Kconfig b/subsys/usb/class/Kconfig index 62c22d80da8..40ba58b86d2 100644 --- a/subsys/usb/class/Kconfig +++ b/subsys/usb/class/Kconfig @@ -36,11 +36,11 @@ config SYS_LOG_USB_CDC_ACM_LEVEL - 1 ERROR, only write SYS_LOG_ERR - - 2 WARNING, write SYS_LOG_WRN in adition to previous level + - 2 WARNING, write SYS_LOG_WRN in addition to previous level - - 3 INFO, write SYS_LOG_INF in adition to previous levels + - 3 INFO, write SYS_LOG_INF in addition to previous levels - - 4 DEBUG, write SYS_LOG_DBG in adition to previous levels + - 4 DEBUG, write SYS_LOG_DBG in addition to previous levels config USB_MASS_STORAGE bool @@ -64,10 +64,10 @@ config SYS_LOG_USB_MASS_STORAGE_LEVEL - 1 ERROR, only write SYS_LOG_ERR - - 2 WARNING, write SYS_LOG_WRN in adition to previous level + - 2 WARNING, write SYS_LOG_WRN in addition to previous level - - 3 INFO, write SYS_LOG_INF in adition to previous levels + - 3 INFO, write SYS_LOG_INF in addition to previous levels - - 4 DEBUG, write SYS_LOG_DBG in adition to previous levels + - 4 DEBUG, write SYS_LOG_DBG in addition to previous levels endif # CONFIG_USB_DEVICE_STACK