summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2010-01-09 08:14:26 +0100
committerWerner Lemberg <wl@gnu.org>2010-01-09 08:14:26 +0100
commit1ac5e0ec76f6aea626d3c7e3b836cda6be8e8a35 (patch)
treef140c45c1c81c97b8063d9faee168f70100a3cb4
parent8ea31415f46167826ea3eac47c56ad60488f3ef7 (diff)
Documentation typo.
-rw-r--r--src/base/ftbbox.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/ftbbox.c b/src/base/ftbbox.c
index 8136ccc1..4b8e9112 100644
--- a/src/base/ftbbox.c
+++ b/src/base/ftbbox.c
@@ -4,7 +4,7 @@
/* */
/* FreeType bbox computation (body). */
/* */
-/* Copyright 1996-2001, 2002, 2004, 2006 by */
+/* Copyright 1996-2001, 2002, 2004, 2006, 2010 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used */
@@ -140,7 +140,7 @@
/* */
/* <Description> */
/* This function is used as a `conic_to' emitter during */
- /* FT_Raster_Decompose(). It checks a conic Bezier curve with the */
+ /* FT_Outline_Decompose(). It checks a conic Bezier curve with the */
/* current bounding box, and computes its extrema if necessary to */
/* update it. */
/* */
@@ -507,7 +507,7 @@
/* */
/* <Description> */
/* This function is used as a `cubic_to' emitter during */
- /* FT_Raster_Decompose(). It checks a cubic Bezier curve with the */
+ /* FT_Outline_Decompose(). It checks a cubic Bezier curve with the */
/* current bounding box, and computes its extrema if necessary to */
/* update it. */
/* */