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:
parent
baed5a59c7
commit
79e916542a
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue