mirror of
https://github.com/google/pebble.git
synced 2025-11-12 10:32:46 -05:00
spelling: remnants
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -225,7 +225,7 @@ static GlyphData *prv_decompress_glyph_data(GlyphData *g, uint8_t *src) {
|
||||
// *src is a pointer to the beginning of <encoded glyph>
|
||||
//
|
||||
// Once decompressed, Glyph Data will be formatted like this:
|
||||
// [ <header> | <decoded glyph> | <free space & remenants of encoded glyph data> ]
|
||||
// [ <header> | <decoded glyph> | <free space & remnants of encoded glyph data> ]
|
||||
//
|
||||
// The glyph is decoded in-place, so obviously, it's imperative that <decoded glyph> and
|
||||
// <encoded glyph> not overlap at any time. This is checked by fontgen.py and confirmed
|
||||
|
||||
Reference in New Issue
Block a user