diff --git a/grub-core/font/font.c b/grub-core/font/font.c index d09bb38d8..42189c325 100644 --- a/grub-core/font/font.c +++ b/grub-core/font/font.c @@ -936,7 +936,7 @@ grub_font_get_height (grub_font_t font) } /* Get the glyph for FONT corresponding to the Unicode code point CODE. - Returns the ASCII glyph for the code if no other fonts are available. + Returns the ASCII glyph for the code if no other fonts are available. The glyphs are cached once loaded. */ struct grub_font_glyph * grub_font_get_glyph (grub_font_t font, grub_uint32_t code)