Unverified Commit 607acf5d authored by James Hughes's avatar James Hughes Committed by GitHub
Browse files

Update core_cm33.h, spelling fixup - writen==>written

parent 3a011aac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)
{