mirror of
https://github.com/google/pebble.git
synced 2025-06-13 05:03:12 +00:00
spelling: original
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
13de07fe70
commit
f44e5e50e9
2 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ void gbitmap_init_with_data(GBitmap *bitmap, const uint8_t *data) {
|
|||
bitmap->info.is_bitmap_heap_allocated = false;
|
||||
|
||||
// Note that our container contains values for the origin, but we want to ignore them.
|
||||
// This is because orginally we just serialized GBitmap to disk,
|
||||
// This is because originally we just serialized GBitmap to disk,
|
||||
// but these fields don't really make sense for static images.
|
||||
// These origin fields are only used when reusing a byte buffer in a sub bitmap.
|
||||
// This allows us to have a shallow copy of a portion of a parent bitmap.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue