summaryrefslogtreecommitdiff
path: root/include/freetype/internal/sfnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/internal/sfnt.h')
-rw-r--r--include/freetype/internal/sfnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/freetype/internal/sfnt.h b/include/freetype/internal/sfnt.h
index 5588f5ddf..178d892d3 100644
--- a/include/freetype/internal/sfnt.h
+++ b/include/freetype/internal/sfnt.h
@@ -545,7 +545,7 @@ FT_BEGIN_HEADER
* Blend the bitmap in `new_glyph' into `base_glyph' using the color
* specified by `color_index'. If `color_index' is 0xFFFF, use
* `face->foreground_color' if `face->have_foreground_color' is set.
- * Otherwise check `face->palette_data.palette_type': If present and
+ * Otherwise check `face->palette_data.palette_flags': If present and
* @FT_PALETTE_FOR_DARK_BACKGROUND is set, use BGRA value 0xFFFFFFFF
* (white opaque). Otherwise use BGRA value 0x000000FF (black opaque).
*