mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: to
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f257b7ae1f
commit
913fa41c99
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
void core_dump_test_force_bus_fault(void) {
|
||||||
s_test_force_bus_fault = true;
|
s_test_force_bus_fault = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
//
|
//
|
||||||
// The set of runlevels for which a service should be enabled is defined by
|
// 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
|
// 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
|
// be enabled for a given runlevel is simply
|
||||||
// (enable_mask & (1 << runlevel) != 0).
|
// (enable_mask & (1 << runlevel) != 0).
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue