mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Fix formatting and spell check
This commit is contained in:
parent
a0a249b792
commit
53eb75624a
|
@ -55,7 +55,7 @@
|
|||
|
||||
/* Stack overflow check is not straight forward to implement for MPU ports
|
||||
* because of the following reasons:
|
||||
* 1. The context is stroed in TCB and as a result, pxTopOfStack member points
|
||||
* 1. The context is stored in TCB and as a result, pxTopOfStack member points
|
||||
* to the context location in TCB.
|
||||
* 2. System calls are executed on a separate privileged only stack.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue