From cbe9029203dfc3482a18e3968437e7e88ea1df6a Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 13 Mar 2012 08:52:31 +0100 Subject: [PATCH] Comment typo. --- src/sfnt/ttload.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/sfnt/ttload.c b/src/sfnt/ttload.c index 5fb9aea4e..d6d91ab0b 100644 --- a/src/sfnt/ttload.c +++ b/src/sfnt/ttload.c @@ -5,8 +5,7 @@ /* Load the basic TrueType tables, i.e., tables that can be either in */ /* TTF or OTF fonts (body). */ /* */ -/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, */ -/* 2010 by */ +/* Copyright 1996-2010, 2012 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -721,7 +720,7 @@ /*************************************************************************/ /* */ /* */ - /* tt_face_load_names */ + /* tt_face_load_name */ /* */ /* */ /* Loads the name records. */