doc: fix misspellings in API documentation

Fix misspellings in 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-08-28 09:50:56 -07:00 committed by Anas Nashif
commit 7b548c42ee
3 changed files with 3 additions and 3 deletions

View file

@ -147,7 +147,7 @@ void log_filter_set(struct log_backend const *const backend,
* @brief Enable backend with initial maximum filtering level.
*
* @param backend Backend instance.
* @param ctx User csontext.
* @param ctx User context.
* @param level Severity level.
*/
void log_backend_enable(struct log_backend const *const backend,