mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -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) {
|
||||
s_test_force_bus_fault = true;
|
||||
}
|
||||
|
|
|
@ -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).
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue