fix typos in comments: interace -> interface, swtich -> switch

Fix typos in comments: interace -> interface, swtich -> switch.

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
This commit is contained in:
Florian La Roche 2024-04-07 12:37:24 +02:00
parent 8c49c54987
commit 77bc1c2884
12 changed files with 15 additions and 15 deletions

View file

@ -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;