doc: fix misspelling in API doxygen comments
Fix misspellings in API doxygen comments missed during regular reviews. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
c1c82b7570
commit
73896c0bf0
13 changed files with 18 additions and 18 deletions
|
@ -636,7 +636,7 @@ void __printf_like(2, 3) log_from_user(struct log_msg_ids src_level,
|
|||
/* Internal function used by log_from_user(). */
|
||||
__syscall void z_log_string_from_user(u32_t src_level_val, const char *str);
|
||||
|
||||
/** @brief Log binary data (displayed as hexdump) from user mode conext.
|
||||
/** @brief Log binary data (displayed as hexdump) from user mode context.
|
||||
*
|
||||
* @note This function is intended to be used internally
|
||||
* by the logging subsystem.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue