doc: regular misspelling scan

Fix misspellings in documentation (.rst, Kconfig help text, and .h
doxygen API comments), missed during regular reviews.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-12-17 14:32:40 -08:00 committed by Anas Nashif
commit 06d78354ae
14 changed files with 26 additions and 26 deletions

View file

@ -2560,7 +2560,7 @@ static inline void k_work_submit_to_queue(struct k_work_q *work_q,
/**
* @brief Submit a work item to a user mode workqueue
*
* Sumbits a work item to a workqueue that runs in user mode. A temporary
* Submits a work item to a workqueue that runs in user mode. A temporary
* memory allocation is made from the caller's resource pool which is freed
* once the worker thread consumes the k_work item. The workqueue
* thread must have memory access to the k_work item being submitted. The caller