doc: spelling check doxygen comments include/
fix misspellings found in doxygen comments used for API docs Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
0eb7a66297
commit
fc5f2b3832
22 changed files with 52 additions and 52 deletions
|
@ -18,7 +18,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* pre-defined event types */
|
||||
/* predefined event types */
|
||||
|
||||
#define KERNEL_EVENT_LOGGER_CONTEXT_SWITCH_EVENT_ID 0x0001
|
||||
#define KERNEL_EVENT_LOGGER_INTERRUPT_EVENT_ID 0x0002
|
||||
|
|
|
@ -156,7 +156,7 @@ void syslog_hook_install(void (*hook)(const char *, ...));
|
|||
*
|
||||
* @details available if SYS_LOG_LEVEL is SYS_LOG_LEVEL_WARNING or higher.
|
||||
* It's meant to register messages related to unusual situations that are
|
||||
* not necesarily errors.
|
||||
* not necessarily errors.
|
||||
*
|
||||
* @param ... A string optionally containing printk valid conversion specifier,
|
||||
* followed by as many values as specifiers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue