From 5018477f4efdaaa5eaa7b57f76bf337d6ad59e78 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 7 Dec 2014 08:17:12 +0100 Subject: [PATCH] Minor. --- docs/release | 5 +++-- src/autofit/afmodule.c | 2 +- src/cff/cffdrivr.c | 4 ++-- src/psnames/psmodule.c | 4 ++-- src/sfnt/sfdriver.c | 2 +- src/truetype/ttdriver.c | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/release b/docs/release index cf1f643d6..98f16cd35 100644 --- a/docs/release +++ b/docs/release @@ -41,7 +41,8 @@ How to prepare a new release . Run src/tools/chktrcmp.py and check that there are no undefined trace_XXXX macros. -. Tag the git repositories (freetype2, freetype2-demos) with +. After pushing the new release, tag the git repositories (freetype2, + freetype2-demos) with git tag VER- -m "" -u @@ -188,7 +189,7 @@ How to prepare a new release ---------------------------------------------------------------------- -Copyright 2003, 2005-2007, 2009, 2011-2013 by +Copyright 2003, 2005-2007, 2009, 2011-2014 by David Turner, Robert Wilhelm, and Werner Lemberg. This file is part of the FreeType project, and may only be used, diff --git a/src/autofit/afmodule.c b/src/autofit/afmodule.c index 81ece3851..641e03ea2 100644 --- a/src/autofit/afmodule.c +++ b/src/autofit/afmodule.c @@ -226,7 +226,7 @@ af_get_interface( FT_Module module, const char* module_interface ) { - /* AF_SERVICES_GET derefers `library' in PIC mode */ + /* AF_SERVICES_GET dereferences `library' in PIC mode */ #ifdef FT_CONFIG_OPTION_PIC FT_Library library; diff --git a/src/cff/cffdrivr.c b/src/cff/cffdrivr.c index dde7d4488..3e8898e34 100644 --- a/src/cff/cffdrivr.c +++ b/src/cff/cffdrivr.c @@ -4,7 +4,7 @@ /* */ /* OpenType font driver implementation (body). */ /* */ -/* Copyright 1996-2013 by */ +/* Copyright 1996-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -753,7 +753,7 @@ FT_Module_Interface result; - /* CFF_SERVICES_GET derefers `library' in PIC mode */ + /* CFF_SERVICES_GET dereferences `library' in PIC mode */ #ifdef FT_CONFIG_OPTION_PIC if ( !driver ) return NULL; diff --git a/src/psnames/psmodule.c b/src/psnames/psmodule.c index 0a5bcb7d2..42c9aff27 100644 --- a/src/psnames/psmodule.c +++ b/src/psnames/psmodule.c @@ -4,7 +4,7 @@ /* */ /* PSNames module implementation (body). */ /* */ -/* Copyright 1996-2003, 2005-2008, 2012, 2013 by */ +/* Copyright 1996-2003, 2005-2008, 2012-2014 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -563,7 +563,7 @@ psnames_get_service( FT_Module module, const char* service_id ) { - /* PSCMAPS_SERVICES_GET derefers `library' in PIC mode */ + /* PSCMAPS_SERVICES_GET dereferences `library' in PIC mode */ #ifdef FT_CONFIG_OPTION_PIC FT_Library library; 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; diff --git a/src/truetype/ttdriver.c b/src/truetype/ttdriver.c index 64e433db0..ecf4cdcb4 100644 --- a/src/truetype/ttdriver.c +++ b/src/truetype/ttdriver.c @@ -481,7 +481,7 @@ SFNT_Service sfnt; - /* TT_SERVICES_GET derefers `library' in PIC mode */ + /* TT_SERVICES_GET dereferences `library' in PIC mode */ #ifdef FT_CONFIG_OPTION_PIC if ( !driver ) return NULL;