doc: fix misspellings and missing EOF newlines

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-08-16 14:16:02 -07:00 committed by Kumar Gala
commit 81f7c82625
9 changed files with 10 additions and 10 deletions

View file

@ -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"

View file

@ -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

View file

@ -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