mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
fix typos in comments: interace -> interface, swtich -> switch (#1022)
Fix typos in comments: interace -> interface, swtich -> switch. Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
This commit is contained in:
parent
8c49c54987
commit
8afb3a5b82
12 changed files with 15 additions and 15 deletions
2
portable/ThirdParty/CDK/T-HEAD_CK802/port.c
vendored
2
portable/ThirdParty/CDK/T-HEAD_CK802/port.c
vendored
|
@ -32,7 +32,7 @@ extern void vPortStartTask( void );
|
|||
* will be set to 0 prior to the first task being started. */
|
||||
portLONG ulCriticalNesting = 0x9999UL;
|
||||
|
||||
/* Used to record one tack want to swtich task after enter critical area, we need know it
|
||||
/* Used to record one tack want to switch task after enter critical area, we need know it
|
||||
* and implement task switch after exit critical area */
|
||||
portLONG pendsvflag = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue