spelling: to

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 10:55:46 -05:00
parent f257b7ae1f
commit 913fa41c99
2 changed files with 2 additions and 2 deletions

View file

@ -780,7 +780,7 @@ cleanup:
}
// --------------------------------------------------------------------------------------------------
// Used by unit tests in to cause fw/apps/demo_apps/test_core_dump_app to encounter a bus fault during the core dump
// Used by unit tests to cause fw/apps/demo_apps/test_core_dump_app to encounter a bus fault during the core dump
void core_dump_test_force_bus_fault(void) {
s_test_force_bus_fault = true;
}

View file

@ -24,7 +24,7 @@
//
// The set of runlevels for which a service should be enabled is defined by
// bitwise-OR-ing the RunLevelBit constants for every runlevel that the service
// should be enabled in to form an enable-mask. Testing whether a service should
// should be enabled to form an enable-mask. Testing whether a service should
// be enabled for a given runlevel is simply
// (enable_mask & (1 << runlevel) != 0).
//