diff --git a/extras/codespell-ignore-words-list.txt b/extras/codespell-ignore-words-list.txt index c34db82..175b3af 100644 --- a/extras/codespell-ignore-words-list.txt +++ b/extras/codespell-ignore-words-list.txt @@ -1,5 +1,2 @@ daa -interrup -lengh ois -usefull diff --git a/src/lsm6dsr_reg.c b/src/lsm6dsr_reg.c index 584c9e0..047e462 100644 --- a/src/lsm6dsr_reg.c +++ b/src/lsm6dsr_reg.c @@ -1362,7 +1362,7 @@ int32_t lsm6dsr_steps_reset(lsm6dsr_ctx_t *ctx) /** * @defgroup LSM6DSR_common - * @brief This section groups common usefull functions. + * @brief This section groups common useful functions. * @{ * */ @@ -1534,7 +1534,7 @@ int32_t lsm6dsr_ln_pg_write_byte(lsm6dsr_ctx_t *ctx, uint16_t add, * @param ctx Read / write interface definitions.(ptr) * @param buf Page line address.(ptr) * @param val Value to write. - * @param len buffer lengh. + * @param len buffer length. * @retval Interface status (MANDATORY: return 0 -> no Error). * */ @@ -3778,7 +3778,7 @@ int32_t lsm6dsr_i3c_disable_get(lsm6dsr_ctx_t *ctx, /** * @defgroup LSM6DSR_interrupt_pins * @brief This section groups all the functions that manage - * interrup pins + * interrupt pins * @{ * */