spelling: status

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 18:46:17 -05:00
parent 6fc8ed0772
commit 56f907ed6b

View file

@ -214,7 +214,7 @@ static size_t prv_get_app_segment_size(const PebbleProcessMd *app_md) {
#if CAPABILITY_HAS_JAVASCRIPT
if (app_md->is_rocky_app) {
// on Spalding, we didn't have enough applib padding to guarantee both,
// 4.x native app heap + JerryScript statis + increased stack for Rocky.
// 4.x native app heap + JerryScript status + increased stack for Rocky.
// For now, we just decrease the amount of available heap as we don't use it.
// In the future, we will move the JS stack to the heap PBL-35783,
// make byte code swappable PBL-37937,and remove JerryScript's static PBL-40400.