summaryrefslogtreecommitdiff
path: root/src/sfnt/sfdriver.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2014-12-07 08:17:12 +0100
committerWerner Lemberg <wl@gnu.org>2014-12-07 08:17:12 +0100
commit5018477f4efdaaa5eaa7b57f76bf337d6ad59e78 (patch)
tree08cf11348a48b6e8928f7d9cf4187b364270f87f /src/sfnt/sfdriver.c
parented6a9df0f6d1c1c5ae935113a4b9b690813faee5 (diff)
downloadfreetype2-5018477f4efdaaa5eaa7b57f76bf337d6ad59e78.tar.gz
Minor.
Diffstat (limited to 'src/sfnt/sfdriver.c')
-rw-r--r--src/sfnt/sfdriver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfnt/sfdriver.c b/src/sfnt/sfdriver.c
index bd8dd2e57..badb159dc 100644
--- a/src/sfnt/sfdriver.c
+++ b/src/sfnt/sfdriver.c
@@ -427,7 +427,7 @@
sfnt_get_interface( FT_Module module,
const char* module_interface )
{
- /* SFNT_SERVICES_GET derefers `library' in PIC mode */
+ /* SFNT_SERVICES_GET dereferences `library' in PIC mode */
#ifdef FT_CONFIG_OPTION_PIC
FT_Library library;