Skip to content

Commit e00aef2

Browse files
authored
Docs: Fix spelling errors in comments (#270)
Corrects a spelling mistake in the source comments (writen -> written). Signed-off-by: Ibrahim Al-Sammarraie <ibrahimmd90@yahoo.com>
1 parent 2407b31 commit e00aef2

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

CMSIS/Core/Include/core_cm23.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,7 @@ __STATIC_INLINE void TZ_SAU_Disable(void)
20782078
/**
20792079
\brief Set Debug Authentication Control Register
20802080
\details writes to Debug Authentication Control register.
2081-
\param [in] value value to be writen.
2081+
\param [in] value value to be written.
20822082
*/
20832083
__STATIC_INLINE void DCB_SetAuthCtrl(uint32_t value)
20842084
{
@@ -2105,7 +2105,7 @@ __STATIC_INLINE uint32_t DCB_GetAuthCtrl(void)
21052105
/**
21062106
\brief Set Debug Authentication Control Register (non-secure)
21072107
\details writes to non-secure Debug Authentication Control register when in secure state.
2108-
\param [in] value value to be writen
2108+
\param [in] value value to be written
21092109
*/
21102110
__STATIC_INLINE void TZ_DCB_SetAuthCtrl_NS(uint32_t value)
21112111
{

CMSIS/Core/Include/core_cm35p.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3005,7 +3005,7 @@ __STATIC_INLINE void TZ_SAU_Disable(void)
30053005
/**
30063006
\brief Set Debug Authentication Control Register
30073007
\details writes to Debug Authentication Control register.
3008-
\param [in] value value to be writen.
3008+
\param [in] value value to be written.
30093009
*/
30103010
__STATIC_INLINE void DCB_SetAuthCtrl(uint32_t value)
30113011
{
@@ -3032,7 +3032,7 @@ __STATIC_INLINE uint32_t DCB_GetAuthCtrl(void)
30323032
/**
30333033
\brief Set Debug Authentication Control Register (non-secure)
30343034
\details writes to non-secure Debug Authentication Control register when in secure state.
3035-
\param [in] value value to be writen
3035+
\param [in] value value to be written
30363036
*/
30373037
__STATIC_INLINE void TZ_DCB_SetAuthCtrl_NS(uint32_t value)
30383038
{

CMSIS/Core/Include/core_cm52.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4540,7 +4540,7 @@ __STATIC_INLINE void TZ_SAU_Disable(void)
45404540
/**
45414541
\brief Set Debug Authentication Control Register
45424542
\details writes to Debug Authentication Control register.
4543-
\param [in] value value to be writen.
4543+
\param [in] value value to be written.
45444544
*/
45454545
__STATIC_INLINE void DCB_SetAuthCtrl(uint32_t value)
45464546
{
@@ -4567,7 +4567,7 @@ __STATIC_INLINE uint32_t DCB_GetAuthCtrl(void)
45674567
/**
45684568
\brief Set Debug Authentication Control Register (non-secure)
45694569
\details writes to non-secure Debug Authentication Control register when in secure state.
4570-
\param [in] value value to be writen
4570+
\param [in] value value to be written
45714571
*/
45724572
__STATIC_INLINE void TZ_DCB_SetAuthCtrl_NS(uint32_t value)
45734573
{

CMSIS/Core/Include/core_cm55.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4657,7 +4657,7 @@ __STATIC_INLINE void TZ_SAU_Disable(void)
46574657
/**
46584658
\brief Set Debug Authentication Control Register
46594659
\details writes to Debug Authentication Control register.
4660-
\param [in] value value to be writen.
4660+
\param [in] value value to be written.
46614661
*/
46624662
__STATIC_INLINE void DCB_SetAuthCtrl(uint32_t value)
46634663
{
@@ -4684,7 +4684,7 @@ __STATIC_INLINE uint32_t DCB_GetAuthCtrl(void)
46844684
/**
46854685
\brief Set Debug Authentication Control Register (non-secure)
46864686
\details writes to non-secure Debug Authentication Control register when in secure state.
4687-
\param [in] value value to be writen
4687+
\param [in] value value to be written
46884688
*/
46894689
__STATIC_INLINE void TZ_DCB_SetAuthCtrl_NS(uint32_t value)
46904690
{

CMSIS/Core/Include/core_cm85.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4698,7 +4698,7 @@ __STATIC_INLINE void TZ_SAU_Disable(void)
46984698
/**
46994699
\brief Set Debug Authentication Control Register
47004700
\details writes to Debug Authentication Control register.
4701-
\param [in] value value to be writen.
4701+
\param [in] value value to be written.
47024702
*/
47034703
__STATIC_INLINE void DCB_SetAuthCtrl(uint32_t value)
47044704
{
@@ -4725,7 +4725,7 @@ __STATIC_INLINE uint32_t DCB_GetAuthCtrl(void)
47254725
/**
47264726
\brief Set Debug Authentication Control Register (non-secure)
47274727
\details writes to non-secure Debug Authentication Control register when in secure state.
4728-
\param [in] value value to be writen
4728+
\param [in] value value to be written
47294729
*/
47304730
__STATIC_INLINE void TZ_DCB_SetAuthCtrl_NS(uint32_t value)
47314731
{

CMSIS/Core/Include/core_starmc1.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3057,7 +3057,7 @@ __STATIC_INLINE void TZ_SAU_Disable(void)
30573057
/**
30583058
\brief Set Debug Authentication Control Register
30593059
\details writes to Debug Authentication Control register.
3060-
\param [in] value value to be writen.
3060+
\param [in] value value to be written.
30613061
*/
30623062
__STATIC_INLINE void DCB_SetAuthCtrl(uint32_t value)
30633063
{
@@ -3084,7 +3084,7 @@ __STATIC_INLINE uint32_t DCB_GetAuthCtrl(void)
30843084
/**
30853085
\brief Set Debug Authentication Control Register (non-secure)
30863086
\details writes to non-secure Debug Authentication Control register when in secure state.
3087-
\param [in] value value to be writen
3087+
\param [in] value value to be written
30883088
*/
30893089
__STATIC_INLINE void TZ_DCB_SetAuthCtrl_NS(uint32_t value)
30903090
{

CMSIS/Core/Include/core_starmc3.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4029,7 +4029,7 @@ __STATIC_INLINE void TZ_SAU_Disable(void)
40294029
/**
40304030
\brief Set Debug Authentication Control Register
40314031
\details writes to Debug Authentication Control register.
4032-
\param [in] value value to be writen.
4032+
\param [in] value value to be written.
40334033
*/
40344034
__STATIC_INLINE void DCB_SetAuthCtrl(uint32_t value)
40354035
{
@@ -4056,7 +4056,7 @@ __STATIC_INLINE uint32_t DCB_GetAuthCtrl(void)
40564056
/**
40574057
\brief Set Debug Authentication Control Register (non-secure)
40584058
\details writes to non-secure Debug Authentication Control register when in secure state.
4059-
\param [in] value value to be writen
4059+
\param [in] value value to be written
40604060
*/
40614061
__STATIC_INLINE void TZ_DCB_SetAuthCtrl_NS(uint32_t value)
40624062
{

0 commit comments

Comments
 (0)