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

@ -238,7 +238,7 @@ struct bt_mesh_model_op {
/** @def BT_MESH_PUB_TRANSMIT_COUNT
*
* @brief Decode Pubhlish Retransmit count from a given value.
* @brief Decode Publish Retransmit count from a given value.
*
* @param transmit Encoded Publish Retransmit count & interval value.
*

View file

@ -298,7 +298,7 @@ static inline s64_t arithmetic_shift_right(s64_t value, u8_t shift)
* { NRF_PWM0 , NRF_PWM1 , }
*
* @note Calling UTIL_LISTIFY with undefined arguments has undefined
* behaviour.
* behavior.
*/
#define UTIL_LISTIFY(LEN, F, F_ARG) UTIL_EVAL(UTIL_REPEAT(LEN, F, F_ARG))

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