Fix formatting and spell check

This commit is contained in:
Rahul Kar 2025-01-31 07:22:01 +00:00
parent a0a249b792
commit 53eb75624a

View file

@ -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.
*