mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: each other
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
6defdc6ebb
commit
ef22f1e4a9
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ typedef struct {
|
|||
|
||||
} RotBmpPairLayer;
|
||||
|
||||
//! white and black *must* have the same dimensions, and *shouldn't* have any overlapp of eachother
|
||||
//! white and black *must* have the same dimensions, and *shouldn't* have any overlapp of each other
|
||||
void rotbmp_pair_layer_init(RotBmpPairLayer *pair, GBitmap *white, GBitmap *black);
|
||||
|
||||
void rotbmp_pair_layer_deinit(RotBmpPairLayer *pair);
|
||||
|
|
|
@ -37,7 +37,7 @@ static Uuid test_uuid = (Uuid){0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7,
|
|||
0x8, 0x9, 0xA, 0xB, 0xC, 0xD, 0xE, 0xF};
|
||||
|
||||
// A minimal, basic test that heartbeats don't overwrite adjacent data when
|
||||
// fields next to eachother are set. We set UUID first (well, create_app does),
|
||||
// fields next to each other are set. We set UUID first (well, create_app does),
|
||||
// and then set the fields on either side, and verify that UUID remains
|
||||
// unchanged.
|
||||
// struct AppHeartbeat {
|
||||
|
|
Loading…
Add table
Reference in a new issue