From d0a5f03b9359fea3e2e9bf3f44f2d37445038319 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:35:31 -0500 Subject: [PATCH] spelling: remnants Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/text_resources.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/graphics/text_resources.c b/src/fw/applib/graphics/text_resources.c index 32bca226..04d00f02 100644 --- a/src/fw/applib/graphics/text_resources.c +++ b/src/fw/applib/graphics/text_resources.c @@ -225,7 +225,7 @@ static GlyphData *prv_decompress_glyph_data(GlyphData *g, uint8_t *src) { // *src is a pointer to the beginning of // // Once decompressed, Glyph Data will be formatted like this: - // [
| | ] + // [
| | ] // // The glyph is decoded in-place, so obviously, it's imperative that and // not overlap at any time. This is checked by fontgen.py and confirmed