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:
parent
bb7d8261d7
commit
06d78354ae
14 changed files with 26 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue