doc: fix misspellings and missing EOF newlines
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
7ef28df980
commit
81f7c82625
9 changed files with 10 additions and 10 deletions
|
@ -28,7 +28,7 @@ config MPU_STACK_GUARD
|
|||
default n
|
||||
help
|
||||
Enable thread stack guards via MPU. ARC supports built-in stack protection.
|
||||
If your core supports that, it is prefered over MPU stack guard
|
||||
If your core supports that, it is preferred over MPU stack guard
|
||||
|
||||
config ARC_MPU
|
||||
bool "ARC MPU Support"
|
||||
|
|
|
@ -41,7 +41,7 @@ config LWM2M_ENGINE_MAX_REPLIES
|
|||
Set the maximum reply objects for the LWM2M library client
|
||||
|
||||
config LWM2M_ENGINE_MAX_OBSERVER
|
||||
int "Maximum # of observeable LWM2M resources"
|
||||
int "Maximum # of observable LWM2M resources"
|
||||
default 50
|
||||
range 10 200
|
||||
help
|
||||
|
|
|
@ -23,7 +23,7 @@ config NET_SOCKETS_POSIX_NAMES
|
|||
with standard POSIX names like socket(), recv(), and close(), to help
|
||||
with porting existing code. Note that close() may require a special
|
||||
attention, as in POSIX it closes any file descriptor, while with this
|
||||
option enaled, it will still apply only to sockets.
|
||||
option enabled, it will still apply only to sockets.
|
||||
|
||||
config NET_SOCKETS_POLL_MAX
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue