summaryrefslogtreecommitdiff
path: root/src/pfr
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2023-01-28 17:04:38 +0100
committerWerner Lemberg <wl@gnu.org>2023-01-28 17:04:38 +0100
commite97544a7390b53bdf899a29c7a739e8056d07b7a (patch)
treeb329c6957520007b873993a915fd5abb27e51a2f /src/pfr
parentbacc48e61646644f8240eb5788e6b83466bd1c7b (diff)
downloadfreetype2-e97544a7390b53bdf899a29c7a739e8056d07b7a.tar.gz
Minor changes.
Comment fixes, typos, removing of unnecessary parentheses.
Diffstat (limited to 'src/pfr')
-rw-r--r--src/pfr/pfrobjs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pfr/pfrobjs.c b/src/pfr/pfrobjs.c
index 4c816ddf4..3db8f0a06 100644
--- a/src/pfr/pfrobjs.c
+++ b/src/pfr/pfrobjs.c
@@ -490,7 +490,7 @@
glyph1--;
glyph2--;
- /* check the array bounds, .notdef is automacally out */
+ /* check the array bounds, .notdef is automatically out */
if ( glyph1 >= phy_font->num_chars ||
glyph2 >= phy_font->num_chars )
goto Exit;