mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Fix spelling typos (#1168)
* Fix spelling --------- Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
This commit is contained in:
parent
8225a7f554
commit
de276eb023
133 changed files with 218 additions and 218 deletions
2
portable/ThirdParty/GCC/ARC_v1/port.c
vendored
2
portable/ThirdParty/GCC/ARC_v1/port.c
vendored
|
@ -204,7 +204,7 @@ void vPortEndTask( void )
|
|||
/*
|
||||
* !!! Note !!!
|
||||
* This a trick!!!
|
||||
* It's a copy from task.c. We need to konw the definition of TCB for the purpose of hardware
|
||||
* It's a copy from task.c. We need to know the definition of TCB for the purpose of hardware
|
||||
* stack check. Pls don't forget to update it when FreeRTOS is updated.
|
||||
*/
|
||||
typedef struct tskTaskControlBlock /* The old naming convention is used to prevent breaking kernel aware debuggers. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue