mirror of
https://github.com/google/pebble.git
synced 2025-05-01 15:51:40 -04:00
spelling: remnants
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d9f57de352
commit
d0a5f03b93
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue