Commit bca740d5667930017640e2111f1ea113951bf54d

Werner Lemberg 2020-12-26T08:55:49

Typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 8a44174..313dd21 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.