From 6274bd370f9fb63ec9fdcdc30dcfebac02b5d044 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 25 Jul 2012 13:10:52 +0200 Subject: [PATCH] Typo. --- include/freetype/ftmodapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/freetype/ftmodapi.h b/include/freetype/ftmodapi.h index 8f2e01794..acf136696 100644 --- a/include/freetype/ftmodapi.h +++ b/include/freetype/ftmodapi.h @@ -4,7 +4,7 @@ /* */ /* FreeType modules public interface (specification). */ /* */ -/* Copyright 1996-2001, 2002, 2003, 2006, 2008, 2009, 2010 by */ +/* Copyright 1996-2003, 2006, 2008-2010, 2012 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -118,7 +118,7 @@ FT_BEGIN_HEADER /* A function used to query a given module for a specific interface. */ /* */ /* */ - /* module :: The module to finalize. */ + /* module :: The module to be searched. */ /* */ /* name :: The name of the interface in the module. */ /* */