mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 18:18:32 -04:00
Fix spelling in comment (#1024)
Co-authored-by: ActoryOu <jay2002824@gmail.com>
This commit is contained in:
parent
8afb3a5b82
commit
f0ff3834bc
33 changed files with 33 additions and 33 deletions
|
@ -180,7 +180,7 @@ static void prvTaskExitError( void )
|
|||
BaseType_t xPortStartScheduler( void )
|
||||
{
|
||||
/* An application can install FreeRTOS interrupt handlers in one of the
|
||||
* folllowing ways:
|
||||
* following ways:
|
||||
* 1. Direct Routing - Install the function xPortPendSVHandler for PendSV
|
||||
* interrupt.
|
||||
* 2. Indirect Routing - Install separate handler for PendSV interrupt and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue