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:
David B. Kinder 2017-05-02 17:21:56 -07:00 committed by Anas Nashif
commit fc5f2b3832
22 changed files with 52 additions and 52 deletions

View file

@ -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

View file

@ -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.