summaryrefslogtreecommitdiff
path: root/include/freetype/internal
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-10-24 06:59:45 +0200
committerWerner Lemberg <wl@gnu.org>2022-10-24 07:01:21 +0200
commitdea2e6358b2f963008d447d27564dd79890b61f0 (patch)
treee1081c6ad6bc26d6ac71eae8fa7e60493cc82f15 /include/freetype/internal
parent05e1b37e3deeaae35174bafb6d3a113ed6505e50 (diff)
downloadfreetype2-dea2e6358b2f963008d447d27564dd79890b61f0.tar.gz
Replace '1/64th' (and similar entries) with '1/64' in docs and comments.
Diffstat (limited to 'include/freetype/internal')
-rw-r--r--include/freetype/internal/pshints.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/freetype/internal/pshints.h b/include/freetype/internal/pshints.h
index 5de83e456..6d85e412f 100644
--- a/include/freetype/internal/pshints.h
+++ b/include/freetype/internal/pshints.h
@@ -294,7 +294,7 @@ FT_BEGIN_HEADER
*
* @note:
* On input, all points within the outline are in font coordinates. On
- * output, they are in 1/64th of pixels.
+ * output, they are in 1/64 of pixels.
*
* The scaling transformation is taken from the 'globals' object which
* must correspond to the same font as the glyph.
@@ -607,7 +607,7 @@ FT_BEGIN_HEADER
*
* @note:
* On input, all points within the outline are in font coordinates. On
- * output, they are in 1/64th of pixels.
+ * output, they are in 1/64 of pixels.
*
* The scaling transformation is taken from the 'globals' object which
* must correspond to the same font than the glyph.