doc: fix misspellings in doxygen API comments

Fix misspellings in API documentation derived from header files.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-01-30 11:41:06 -08:00 committed by Anas Nashif
commit 79e916542a
3 changed files with 5 additions and 5 deletions

View file

@ -87,11 +87,11 @@ struct shell_module {
* @brief Create a standalone command and set it up for boot time
* initialization.
*
* @details This macro define a shell_cmd object hat is automatically
* @details This macro defines a shell_cmd object that is automatically
* configured by the kernel during system initialization.
*
* The command will be available in he default module, so it will be available
* immediatly when.
* The command will be available in the default module, so it will be available
* immediately.
*
*/
#ifdef CONFIG_CONSOLE_SHELL