mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-03 22:13:33 +08:00
fix typo in comment
This commit is contained in:
@@ -113,7 +113,7 @@ static uint32_t get_glyph_dsc_id(const lv_font_t * font, uint32_t letter)
|
|||||||
|
|
||||||
lv_font_fmt_txt_dsc_t * fdsc = (lv_font_fmt_txt_dsc_t *) font->dsc;
|
lv_font_fmt_txt_dsc_t * fdsc = (lv_font_fmt_txt_dsc_t *) font->dsc;
|
||||||
|
|
||||||
/*Check the chacge first*/
|
/*Check the cache first*/
|
||||||
if(letter == fdsc->last_letter) return fdsc->last_glyph_id;
|
if(letter == fdsc->last_letter) return fdsc->last_glyph_id;
|
||||||
|
|
||||||
uint16_t i;
|
uint16_t i;
|
||||||
|
|||||||
Reference in New Issue
Block a user