summaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2017-09-07 22:36:02 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2017-09-07 22:36:02 -0400
commit22a7f5b8afd1087d485d6442f25638a5823c1264 (patch)
tree402fbf8ea9be0b2e0aebb9464371b08ae86ebf05 /builds
parente0b480d1917c96c591961f800e63914cf42da69b (diff)
downloadfreetype2-22a7f5b8afd1087d485d6442f25638a5823c1264.tar.gz
Branding fixes.
Diffstat (limited to 'builds')
-rw-r--r--builds/mac/ftmac.c4
-rw-r--r--builds/windows/detect.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/builds/mac/ftmac.c b/builds/mac/ftmac.c
index 60cf73e5a..f5747a401 100644
--- a/builds/mac/ftmac.c
+++ b/builds/mac/ftmac.c
@@ -1423,7 +1423,7 @@ typedef short ResourceIndex;
/* accepts an FSRef instead of a path. */
/* */
/* This function is deprecated because Carbon data types (FSRef) */
- /* are not cross-platform, and thus not suitable for the freetype API. */
+ /* are not cross-platform, and thus not suitable for the FreeType API. */
FT_EXPORT_DEF( FT_Error )
FT_New_Face_From_FSRef( FT_Library library,
const FSRef* ref,
@@ -1481,7 +1481,7 @@ typedef short ResourceIndex;
/* accepts an FSSpec instead of a path. */
/* */
/* This function is deprecated because Carbon data types (FSSpec) */
- /* are not cross-platform, and thus not suitable for the freetype API. */
+ /* are not cross-platform, and thus not suitable for the FreeType API. */
FT_EXPORT_DEF( FT_Error )
FT_New_Face_From_FSSpec( FT_Library library,
const FSSpec* spec,
diff --git a/builds/windows/detect.mk b/builds/windows/detect.mk
index 350d15605..2032934f5 100644
--- a/builds/windows/detect.mk
+++ b/builds/windows/detect.mk
@@ -77,7 +77,7 @@ ifeq ($(PLATFORM),windows)
# So we need to hack.
#
# Kudos to Eli Zaretskii (DJGPP guru) that helped debug it.
- # Details are available in threads of the freetype mailing list
+ # Details are available in threads of the FreeType mailing list
# (2004-11-11), and then in the devel mailing list (2004-11-20 to -23).
#
ifeq ($(OS),Windows_NT)