summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2020-12-26 08:55:49 +0100
committerWerner Lemberg <wl@gnu.org>2020-12-26 08:55:49 +0100
commitbca740d5667930017640e2111f1ea113951bf54d (patch)
treee2987a83aafbc6d754ab82196cbb3b5d3f896113
parentb6c8542dfc5054a0863e13f386230ec0142eb82b (diff)
downloadfreetype2-bca740d5667930017640e2111f1ea113951bf54d.tar.gz
Typo.
-rw-r--r--include/freetype/freetype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 8a441744d..313dd21d1 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -3277,7 +3277,7 @@ FT_BEGIN_HEADER
* from the center of the pixel and are positive if they are filled by
* the outline (i.e., inside the outline) and negative otherwise. The
* output bitmap buffer is represented as 6.10 fixed-point values; use
- * @FT_6Dot10 and convert accordingly.
+ * @FT_F6Dot10 and convert accordingly.
*
* @note:
* The selected render mode only affects vector glyphs of a font.