From 94cdb3f045565a344d992629fca527e18d7721cb Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 16 Dec 2009 20:47:21 +0100 Subject: [PATCH] Comment fixes. --- include/freetype/ftimage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/freetype/ftimage.h b/include/freetype/ftimage.h index bc3dc38c8..b827896ba 100644 --- a/include/freetype/ftimage.h +++ b/include/freetype/ftimage.h @@ -562,8 +562,8 @@ FT_BEGIN_HEADER /* FT_Outline_ConicToFunc */ /* */ /* */ - /* A function pointer type use to describe the signature of a `conic */ - /* to' function during outline walking/decomposition. */ + /* A function pointer type used to describe the signature of a `conic */ + /* to' function during outline walking or decomposition. */ /* */ /* A `conic to' is emitted to indicate a second-order Bézier arc in */ /* the outline. */ @@ -595,7 +595,7 @@ FT_BEGIN_HEADER /* */ /* */ /* A function pointer type used to describe the signature of a `cubic */ - /* to' function during outline walking/decomposition. */ + /* to' function during outline walking or decomposition. */ /* */ /* A `cubic to' is emitted to indicate a third-order Bézier arc. */ /* */