Commit 79e91654 authored by David B. Kinder's avatar David B. Kinder Committed by Anas Nashif
Browse files

doc: fix misspellings in doxygen API comments



Fix misspellings in API documentation derived from header files.

Signed-off-by: default avatarDavid B. Kinder <david.b.kinder@intel.com>
parent baed5a59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *
+1 −1
Original line number Diff line number Diff line
@@ -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))

+3 −3
Original line number Diff line number Diff line
@@ -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