Skip to content

Commit f0ff383

Browse files
Fix spelling in comment (#1024)
Co-authored-by: ActoryOu <[email protected]>
1 parent 8afb3a5 commit f0ff383

File tree

33 files changed

+33
-33
lines changed

33 files changed

+33
-33
lines changed

portable/ARMv8M/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
16211621
BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
16221622
{
16231623
/* An application can install FreeRTOS interrupt handlers in one of the
1624-
* folllowing ways:
1624+
* following ways:
16251625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
16261626
* for SVCall and PendSV interrupts respectively.
16271627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV

portable/GCC/ARM_CM0/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
12651265
BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
12661266
{
12671267
/* An application can install FreeRTOS interrupt handlers in one of the
1268-
* folllowing ways:
1268+
* following ways:
12691269
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
12701270
* for SVCall and PendSV interrupts respectively.
12711271
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV

portable/GCC/ARM_CM23/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
16211621
BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
16221622
{
16231623
/* An application can install FreeRTOS interrupt handlers in one of the
1624-
* folllowing ways:
1624+
* following ways:
16251625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
16261626
* for SVCall and PendSV interrupts respectively.
16271627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV

portable/GCC/ARM_CM23_NTZ/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
16211621
BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
16221622
{
16231623
/* An application can install FreeRTOS interrupt handlers in one of the
1624-
* folllowing ways:
1624+
* following ways:
16251625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
16261626
* for SVCall and PendSV interrupts respectively.
16271627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV

portable/GCC/ARM_CM3/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ static void prvPortStartFirstTask( void )
269269
BaseType_t xPortStartScheduler( void )
270270
{
271271
/* An application can install FreeRTOS interrupt handlers in one of the
272-
* folllowing ways:
272+
* following ways:
273273
* 1. Direct Routing - Install the functions vPortSVCHandler and
274274
* xPortPendSVHandler for SVCall and PendSV interrupts respectively.
275275
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV

portable/GCC/ARM_CM33/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
16211621
BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
16221622
{
16231623
/* An application can install FreeRTOS interrupt handlers in one of the
1624-
* folllowing ways:
1624+
* following ways:
16251625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
16261626
* for SVCall and PendSV interrupts respectively.
16271627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV

portable/GCC/ARM_CM33_NTZ/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
16211621
BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
16221622
{
16231623
/* An application can install FreeRTOS interrupt handlers in one of the
1624-
* folllowing ways:
1624+
* following ways:
16251625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
16261626
* for SVCall and PendSV interrupts respectively.
16271627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV

portable/GCC/ARM_CM35P/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
16211621
BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
16221622
{
16231623
/* An application can install FreeRTOS interrupt handlers in one of the
1624-
* folllowing ways:
1624+
* following ways:
16251625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
16261626
* for SVCall and PendSV interrupts respectively.
16271627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV

portable/GCC/ARM_CM35P_NTZ/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ void vPortSVCHandler_C( uint32_t * pulCallerStackAddress ) /* PRIVILEGED_FUNCTIO
16211621
BaseType_t xPortStartScheduler( void ) /* PRIVILEGED_FUNCTION */
16221622
{
16231623
/* An application can install FreeRTOS interrupt handlers in one of the
1624-
* folllowing ways:
1624+
* following ways:
16251625
* 1. Direct Routing - Install the functions SVC_Handler and PendSV_Handler
16261626
* for SVCall and PendSV interrupts respectively.
16271627
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV

portable/GCC/ARM_CM3_MPU/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ static void prvRestoreContextOfFirstTask( void )
744744
BaseType_t xPortStartScheduler( void )
745745
{
746746
/* An application can install FreeRTOS interrupt handlers in one of the
747-
* folllowing ways:
747+
* following ways:
748748
* 1. Direct Routing - Install the functions vPortSVCHandler and
749749
* xPortPendSVHandler for SVCall and PendSV interrupts respectively.
750750
* 2. Indirect Routing - Install separate handlers for SVCall and PendSV

0 commit comments

Comments
 (0)