diff --git a/os/hal/lib/fallback/I2C/hal_i2c_lld.h b/os/hal/lib/fallback/I2C/hal_i2c_lld.h index c398aa0c4..38c1552e8 100644 --- a/os/hal/lib/fallback/I2C/hal_i2c_lld.h +++ b/os/hal/lib/fallback/I2C/hal_i2c_lld.h @@ -42,8 +42,8 @@ /** * @brief Use OSAL delays. * @details If set to @p TRUE then delays are implemented using the - * thread-friendy delay function else a delay function must - * be provided extenally. + * thread-friendly delay function else a delay function must + * be provided externally. */ #if !defined(SW_I2C_USE_OSAL_DELAY) || defined(__DOXYGEN__) #define SW_I2C_USE_OSAL_DELAY TRUE