diff --git a/CMSIS/Core/Include/core_cm33.h b/CMSIS/Core/Include/core_cm33.h index 5f7d9b15..464bfdd2 100644 --- a/CMSIS/Core/Include/core_cm33.h +++ b/CMSIS/Core/Include/core_cm33.h @@ -2992,7 +2992,7 @@ __STATIC_INLINE void TZ_SAU_Disable(void) /** \brief Set Debug Authentication Control Register \details writes to Debug Authentication Control register. - \param [in] value value to be writen. + \param [in] value value to be written. */ __STATIC_INLINE void DCB_SetAuthCtrl(uint32_t value) { @@ -3019,7 +3019,7 @@ __STATIC_INLINE uint32_t DCB_GetAuthCtrl(void) /** \brief Set Debug Authentication Control Register (non-secure) \details writes to non-secure Debug Authentication Control register when in secure state. - \param [in] value value to be writen + \param [in] value value to be written */ __STATIC_INLINE void TZ_DCB_SetAuthCtrl_NS(uint32_t value) {